global.asax problem

  • Thread starter Thread starter Vanessa Berni
  • Start date Start date
V

Vanessa Berni

Hi all!
I've created a simple aspx application and when I run it locally on my pc
all works fine.
If I move it on the web server I get the following error

Parser Error Message: Could not load type 'xxxxx.Global'.

Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="xxxxx.Global"
%>

1) I've built the application and the files are in the correct bin directory
2) The aspnet user has all the permissions

Any suggestions?

Thanks Vanessa
 
The bin directory should be directly below the root of the web application.
That is, the top-level folder of your application should be configured as an
application in IIS. Is it?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
 
Back
Top