Win10 IIS and ASP. NET 4.0 configuration problem log, win10asp.net
Problem log
After upgrading to Win10 and installing VS2015, the original ASP. NET 4.0 project encountered problems in local IIS deployment.
Install IIS:
In control panel. program. enable or disable Windows function. Internet Information Services, perform related settings.
However, the ASP. NET version of Win10 is 4.6, and the original project must use version 4.0.30319.0.
Install ASP. NET4.0.30319.0
Find C: \ WINDOWS \ Microsoft. NET \ Framework64 \ v4.0.30319 and run aspnet_regiis.exe-I as the administrator.
Reference: Win10 ASP. NET 4.0 has not registered a solution on the Web Server
Check the application pool version in IIS after configuration.
You can access the website through chrome and IE11. However, the edge of win10 cannot be accessed.
The developer tool displays the following information:
I wonder if this problem is related to the inability of edge to access the website?