I am trying to figure out all of the fun details of setting up a web farm with a remote directory to house the root of the web application. I am getting errors while trying to get the application to run from the remote location. If I copy the entire directory to the local machine, it runs fine.
I have copleted the steps outlined in the Web Farm document, but that does not impact the permissions.
I am already running the application pool under a domain account that has permission to the share and all of the files. I am able to display HTM files from the remote directory, but the application will not start and returns an error:
Parser Error Message: Could not load type 'DotNetNuke.Common.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="DotNetNuke.Common.Global" %>
|