I have an error, it has something to to with the Inherits-line. My application is build in VS in a project named Georg_Fischer. The code for Global.asax is generated automatically to this reference. What should this code be when I deploy to a web server? The application is working properly on my localhost.
Global.asax:
Applcation running on: www.vbdotnet.dk/gfCode:<%@ Application Codebehind="Global.asax.vb" Inherits="Georg_Fischer.Global" %>




