Error : “Unable to start debugging on the web server…” ASP.NET 4.0

前端 未结 13 1702
别跟我提以往
别跟我提以往 2021-01-31 08:56

I am getting an error when I want to create a web site on IIS server. I am using Windows 7 and Visual Studio 2010.

Do I have to register or configure asp.net 4.0 for th

13条回答
  •  广开言路
    2021-01-31 09:27

    For me this was related to this solution: http://www.codeproject.com/Questions/83338/Does-not-have-write-access-to

     cd %windir%\Microsoft.NET\Framework64\v4.0.30319
     aspnet_regiis -i
     aspnet_regiis -ga "IIS APPPOOL\DefaultAppPool"
    

    Note this didnt work after I did it on Framework folder and then worked after I did it on Framework64 folder. I guess do both to be sure.

提交回复
热议问题