Hi I*m developing a web application with Visual Studio 2005.
My problem is that the global events like Application_Start and Session_Start doesn't fire on the productive server (Windows Server 2003). But there is neither a problem on my developing mashine nor on a VMWare test server (Windows Server 2003 too). The application itself works only the code inside the global events is not executed.
Does anyone has an idea?
Thanks for your advice. The App_global.asax.dll is generated and the global.asax isn't stored in the root directory. Don't know why but the PrecompiledApp.config wasn't stored in the root directory too so I just had to add it.
.NET Programming
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER