windows 10 iis 8 注冊asp.net 4.5


http://stackoverflow.com/questions/32716434/register-net-4-5-iis-10-windows-10

 

I had the same issues which I have since fixed in VS 2015, my situation was:

  1. Update from Windows 7 --> Windows 10
  2. Installed VS 2015
  3. Enabled IIS so I could then open the management console & do lovely things
  4. I then tried to host a .net 4.5 Web API in my local IIS mentioned above

Result was 404 errors.

To fix:

  1. Open the Developer Command Prompt for VS2015 as Administrator
  2. Run dism /online /enable-feature /all /featurename:IIS-ASPNET45
  3. The operation completed successfully

Lovely 200 responses...

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM