Parser error in global.asax

  • Thread starter Thread starter Jerry Tovar
  • Start date Start date
J

Jerry Tovar

I am using .net 2003. I am trying to create a C# ASP.Net
webform. When I attempt to create a new ASP.Net project
and place a label on my webform, build it and run the
webform, I get the following error in my browser.

At one time I was able to successfully create ASP.Net
webforms. However, now I can not even create a test
webform. I am unable to create any ASP webforms.

I am using XP Pro with IIS. But my web root in on our
network's LAN drive. I am an Admin.

Here's my error page:


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 'testnet2.Global'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="testnet2.Global" %>



Source File: \\DSDHOLS01\DEVELOP\FOXPRO\EXP5-208
\ROOT\\testnet2\global.asax Line: 1
 
Back
Top