Search
Categories
Tag Archives: profiling
Manually start Visual Studio dev. web server
I needed to manually start the Visual Studio dev. web server for profililng purposes… The web server is located here: C:\Program Files (x86)\Common Files\microsoft shared\DevServer\9.0\WebDev.WebServer.EXE Arguments /port:<port number> Optional, an unused port number between 1 and 65535. /path:<physical path> A … Continue reading