G
Guest
Server Error in '/<applicationName>' Application
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'Default.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="Default.Global" %>
Source File:
\\<machineName>\<shareName>$\<websiteDir>\<applicationName>\global.asax
Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
I have seen this "parser" error message several times in the newsgroups, and
most people have recommended recompiling the application, which does not
solve the problem in this case. (and yes it does work if the content is local)
The closest thing to a correct post was "ASP.Net Bin folder on shared drive"
from 9.17.2004 at microsoft.public.dotnet.framework.aspnet, but they failed
to provide enough detail for me to configure the .net framework (I am a
novice at this).
To summarize the problem as I understand it: the parser error occurs because
the code is located on a remote machine, and it is not trusted.
And just to add to the confusion, is it possible that the parser error
occurs because the IUSR account is attempting to read the global.asax because
the Thread token, when an application resides on a UNC Share is the IIS UNC
Token, which in the case of pass through auth and a configured anonymous user
account would be the Anonymous user?
Thanks in advance!
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'Default.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="Default.Global" %>
Source File:
\\<machineName>\<shareName>$\<websiteDir>\<applicationName>\global.asax
Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
I have seen this "parser" error message several times in the newsgroups, and
most people have recommended recompiling the application, which does not
solve the problem in this case. (and yes it does work if the content is local)
The closest thing to a correct post was "ASP.Net Bin folder on shared drive"
from 9.17.2004 at microsoft.public.dotnet.framework.aspnet, but they failed
to provide enough detail for me to configure the .net framework (I am a
novice at this).
To summarize the problem as I understand it: the parser error occurs because
the code is located on a remote machine, and it is not trusted.
And just to add to the confusion, is it possible that the parser error
occurs because the IUSR account is attempting to read the global.asax because
the Thread token, when an application resides on a UNC Share is the IIS UNC
Token, which in the case of pass through auth and a configured anonymous user
account would be the Anonymous user?
Thanks in advance!