首页 > 代码库 > Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013
Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013
- Open the Command Prompt (not as administrator)
- Navigate to the folder where IIS Express is installed on your machine.
- 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]:
- [port] – any port you have free in IISExpress (I use 8082 in the example below)
- This should launch an IISExpress instance of the Configuration Manager Site
- Open your browser
- 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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。