码迷,mamicode.com
首页 > Web开发 > 详细

VS2013无法启动 IIS Express Web解决办法

时间:2014-11-10 19:33:24      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:blog   io   ar   os   sp   div   on   log   bs   

If you are working on ASP.NET MVC web sites in Visual Studio 2013 (VS2013), you need to make one registry change if you want to run IIS Express as a 64-bit process by default. Use one of the methods, below.

Command-Line:

reg add HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\WebProjects /v Use64BitIISExpress /t REG_DWORD /d 1

Regedit:

Navigate to: 
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\WebProjects 
Make sure there is a REG_DWORD value named “Use64BitIISExpress”. If not, create it.
Set its value from 1 (default = 0).
我通过上面的方法成功解决了

 

VS2013无法启动 IIS Express Web解决办法

标签:blog   io   ar   os   sp   div   on   log   bs   

原文地址:http://www.cnblogs.com/noert/p/4087737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!