I have an application placed at www.vbdotnet.dk/gf . I am using VS.Net as development tool, but VS creates the project name as the first name in the Inherits-path. The problem occurs when I deploy to a webserver, everything is ok on my localhost. It should't be necessary to specify the project name?
This is the automatically generated global.asax from VS.Net. My project name is GF
Code:<%@ Application Codebehind="Global.asax.vb" Inherits="GF.Global" %>


