I just installed Visual Basic .Net 2003 and went through and chose to create a new ASP.Net web Application in the program. I made a basic Home.aspx page and tried to bring it up through IIS but I keep getting a parser error message that says:
"Could not load type 'WebApplication1.Global'"
"Could not load type 'WebApplication1.Global'"
Code:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="WebApplication1.Global" %>