Migrating ASP.NET Applications to IIS 7.0 Integrated Mode
11/14/2008
| Author: Brian Pautsch
| Category: Code Snippets
| 2245 Views
|
Upgrading an ASP.NET application from IIS 6.0 and lower (Classic ASP.NET Integration Mode) to IIS 7.0 (Integrated Mode) can be a lot of work. To help, Microsoft provides an application that does the work for you.
II...