The ASP. NET Web site is deployed above IIS, and browsing appears as shown in the error.
Cause the most
Reason:
1.IIS does not have permission to write to this folder.
2.IIS and ASP. NET install in the wrong order, you should first IIS, and then ASP.
3. Install the ASP. NET environment is not installed.
Solution (corresponds to the above reason number):
1. If prompted, do not write permission, just follow the path to the file found, then right-click Properties, Security tab, add everyone user rights. (The most common solution)
Both the 2.IIS and. NET environments are installed, and you need to re-register ASP. 4.0 for example.
32-bit Windows: --------------------------------------------------------- ------------------1 . Run-> 2 . Enter CD C:\Windows\ Microsoft.net\framework\v4. 0.30319 enter 3 . Enter aspnet_regiis.exe-i Enter to install 64-bit Windows: ---------------------------------------------------------------------------. Start and run-> 2 . At the command prompt, type cd C:\Windows\Microsoft.NET\Framework64\v4. 0.30319 enter 3 . Enter aspnet_regiis.exe-i carriage return installation
View Code
3. The. NET Framework version is not installed to download the corresponding version on the Microsoft website.
NET Framework 4.0
http://www.microsoft.com/zh-cn/download/details.aspx?id=17718
NET Framework 3.5 SP1
Http://www.microsoft.com/zh-cn/download/details.aspx?id=22