Testing a website with a root path
This post is really a reminder to myself, so that I can find the information quickly for the next time I reformat my hard drive!
To run a website with a root path in Visual Studio 2005 follow these steps:
To run a website with a root path in Visual Studio 2005 follow these steps:
- Tools->External tools menu
- Click Add
- Title = Webserver
- Command = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE
- Arguments = /port:8080 /path:$(ProjectDir)
- Tick "Use output window"
Comments