- Open the Command Prompt (not asAdministrator)
- Navigate to the folder where IIS Express was installed on your machine.
- The command line spin up a iisexpress site with the following prompt: "IISEXPRESS.EXE/PATH:C:\WINDOWS\MICROSOFT.N Et\framework\v4.0.30319\asp. Netwebadminfiles/vpath: "/asp.netwebadminfiles"/port:[port]/clr:4.0/ntlm"using the following values for the [par AM]:
- [Port]–any Port you has 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 Proje CT folder with the solution file in it.
Accessing the ASP. NET Web Configuration Tool in Visual Studio 2013