How to migrate ASP.NET applications to IIS 7 Integrated Mode

Today's featured article is from Suresh Mekkattil:

Migrate ASP.NET Applications to IIS 7 Integrated Mode

 

=================

There has been a lot of discussion on how to make your application compatible with IIS 7 Integrated mode. To know how to make your application compatible with IIS7 integrated mode, you first need to understand what the integrated mode is and why we want to use it.

This article explains the “Request is not available in this context” exception.

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

=================

 

 Read the solution here:

Migrate ASP.NET Applications to IIS 7 Integrated Mode

 

Jump on in! The Wiki is warm!

   - User Ed