Unable to load Web Application project due to its configuration

前端 未结 5 1889
自闭症患者
自闭症患者 2021-02-03 23:20

I\'ve a problem with loading Web Application project in VS2013. This project depends on IIS Express, but I wouldn\'t install IIS Express because I already installed IIS.

5条回答
  •  庸人自扰
    2021-02-03 23:37

    It happened to me today. Changing "UseIIS" to false allowed to load project, but not use IIS. After some tests I've found the cause of the problem:

    On previous CheckIn to VSS somehow the UAC (user account control) was switched on. So actually there were two alternatives: (i) Always use "Run as administrator" ; (ii) switch UAC off. I prefer (ii).

提交回复
热议问题