I\'ve been developing an ASP .NET 3.5 web application against Cassini, the built-in web development server, rather than against IIS.
In my Global.asax file, in the A
If you make a request to your app does the "Application_Start" fire then? I don't believe it will be started until the first request is made.