Where is Developer Command Prompt for VS2013?

后端 未结 9 1196
余生分开走
余生分开走 2020-11-27 08:51

I need to run web.exe file from my developer command prompt in Visual Studio 2013. By default, the command prompt is not installed in Visual Studio 2013.

Previously,

9条回答
  •  执笔经年
    2020-11-27 09:28

    I'm using VS 2012, so I navigated to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2012\Visual Studio Tools" and ran as administrator this "Developer Command Prompt for VS2012" shortcut. In command shell I pasted the suggested

    aspnet_regiis -i

    and as I suspected this did not yield any success on Windows 10:

    So all I needed to do was "Turn Windows Features On/Off" at Control Panel and restart my machine to effect the changes. That did resolve the issue. Thanks.

提交回复
热议问题