Archives

Archives / 2008 / July
  • Asp.Net Classifieds Starter Kit Does Not Run in IIS7

    As many have found that it has become a headache when deploying the classifieds (starter kit) application to IIS7 with all the changes made to the new operating system, Below you will find the old code and the new code to better help you understand and modify your code accordingly. If your site is a fresh down load or you have not modified the required files for this fix then you can simply copy and paste into Visual Studio or Visual Web Developer

  • IIS7 Integrated mode: Request is not available in this context exception in Application_Start

    The “Request is not available in this context” exception is one of the more common errors you may receive on when moving ASP.NET applications to Integrated mode on IIS 7.0.  This exception happens in your implementation of the Application_Start method in the global.asax file if you attempt to access the HttpContext of the request that started the application.  It looks something like this: