VS2013 - Operation Could Not Be Completed

后端 未结 16 2270
被撕碎了的回忆
被撕碎了的回忆 2020-12-05 23:18

After installing Visual Studio 2013 and playing around with some of the new features, I noticed I\'m unable to open a cshtml file in one of my MVC projects. If I try openin

16条回答
  •  爱一瞬间的悲伤
    2020-12-05 23:44

    It is due to IIS Express not running from Visual Studio when you try to debug the aspx page.

    Quick and dirty fix is to right click the your project and choose "Use Visual Studio Development Server" and then again right click and choose back to "Use IIS Express" will fix this problem. This way I will care about all the changes required in configuration file.

提交回复
热议问题