Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vb.Net 2003 and IIS

Status
Not open for further replies.

kliz0328

Programmer
Nov 7, 2005
138
0
0
US
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'"
Code:
Line 1:  <%@ Application Codebehind="Global.asax.vb" Inherits="WebApplication1.Global" %>
 
There could be a number of things wrong here.

How did you put your app on your IIS server?
did you create a virtual directory?
is IIS setup correctly?
do you have permissions setup correctly?
what version of the frameworks is on your IIS server?
did you build or compile your app?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top