%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
You should check updated online version of this article here. CLICK HERE.
After you install the Microsoft .NET Framework Software Development Kit (SDK), Microsoft Visual Studio .NET 2002, Visual Studio .NET 2003, or Visual Studio 2005, Microsoft Internet Information Service (IIS) mappings are created to associate the new file extensions and settings for ASP.NET. If you did not have IIS installed when you ran the SDK or Visual Studio Setup, or if you uninstalled and reinstalled IIS after you ran the SDK or Visual Studio Setup, those settings will not be in place. You experience unexpected behavior when you try to view ASP.NET pages.| 1. | Click Start , and then click Run . |
| 2. | In the Open text box, type cmd , and then press ENTER. |
| 3. | At the command prompt, type the following, and then press ENTER: "%windir%\Microsoft.NET\Framework\ version \aspnet_regiis.exe" -i In this path, version represents the version number of the .NET Framework that you installed on your server. You must replace this placeholder with the actual version number when you type the command. |