I have IIS 7 installed on a Windows 2008 Server. Using Visual Studio 2008 and ASP.NET 3.5, the HttpApplication object does not expose the OnStart Event (the Help for this object does not list OnStart as an Event and the IDE does not show the Event.
I have a web running IIS 7 on Vista and the OnStart Event will run when the application is first started, but with the same setup on my Windows 2008 web, the Event is not running when the application is first started.
Does anyone have any suggestions about how I can configure my Windows 2008 web running IIS 7 to get the OnStart Event to run?
Thanks, Dean