码迷,mamicode.com
首页 > 数据库 > 详细

Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013

时间:2014-11-24 13:18:30      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   os   sp   for   

  1. Open the Command Prompt (not as administrator)
  2. Navigate to the folder where IIS Express is installed on your machine.
  3. In the command line spin up a IISExpress site with the following prompt: "iisexpress.exe /path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:"/asp.netwebadminfiles" /port:[port] /clr: 4.0 /ntlm" using the following values for the [param]:
    1. [port] – any port you have free in IISExpress (I use 8082 in the example below)
  4. This should launch an IISExpress instance of the Configuration Manager Sitebubuko.com,布布扣
  5. Open your browser
  6. In the URL enter the following "http://localhost:8082/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=[appPath]&applicationUrl=/" substituting the [appPath] with the absolute path to the Visual Studio Project folder with the solution file in it.

Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013

标签:style   blog   http   io   ar   color   os   sp   for   

原文地址:http://www.cnblogs.com/shawnwxm/p/4118384.html

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