Create IIS Mapping

Navigation:  »No topics above this level«

Create IIS Mapping

Previous pageReturn to chapter overviewNext page

If you install IIS after installing the .NET Framework, IIS will not be properly mapped to ASP.NET, you will experience unexpected behavior, you must repair IIS mappings to ASP.NET.

 

At the command prompt, type the following, and then press ENTER:

      "<Windir>\Microsoft.NET\Framework\<Version>\aspnet_regiis.exe" -i

 

Where <WinDir> is the windows folder (e.g. "c:\windows" or "c:\winnt") and <Version> is the version number of the .NET Framework (e.g. "v2.0.50727").