It turns out that after you install the Microsoft .NET Framework Software Development Kit (SDK) or Visual Studio .NET, an Internet Information Services (IIS) map is created to associate new file extensions and settings. These settings will be incorrect if IIS is not installed when running the SDK or Visual Studio Installer, or IIS is uninstalled and reinstalled after running the SDK or Visual Studio Installer. An unexpected phenomenon occurs when trying to view the page.
This includes the installation order of Visualstudio and IIS, that is, if you install IIS after installing Visualstudio2005 or reinstall IIS after installing
Then it will cause iis to lose its mapping, which means it does not exist or is not supported in iis.
In this way, "Open Visualstudio.net2005 to write an application, Visualstudio.net2005 prompts that my configuration information is not available in IIS."
Solution:
To fix IIS mappings, follow these steps:
1. Run the Aspnet_regiis.exe utility:
a. Click Start, and then click Run.
b. In the Open box, type cmd, and press Enter.
c. Type the following command at the command prompt and press Enter: "%windir%\\Framework\version\aspnet_regiis.exe" -i
In this path, the version represents the version number of the .NET Framework installed on the server. When you type this command, you must replace this placeholder with the actual version number.
This includes the installation order of Visualstudio and IIS, that is, if you install IIS after installing Visualstudio2005 or reinstall IIS after installing
Then it will cause iis to lose its mapping, which means it does not exist or is not supported in iis.
In this way, "Open Visualstudio.net2005 to write an application, Visualstudio.net2005 prompts that my configuration information is not available in IIS."
Solution:
To fix IIS mappings, follow these steps:
1. Run the Aspnet_regiis.exe utility:
a. Click Start, and then click Run.
b. In the Open box, type cmd, and press Enter.
c. Type the following command at the command prompt and press Enter: "%windir%\\Framework\version\aspnet_regiis.exe" -i
In this path, the version represents the version number of the .NET Framework installed on the server. When you type this command, you must replace this placeholder with the actual version number.