Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch ASP Development Server Manually? [closed]

There has to be a way to do this, I was googling information but I can't seem to get it to work. The sites I checked out said to do something along the lines of

start /B %WINDIR%\Microsoft.NET\Framework\v2.0.50727\webdev.webserver.exe /path:"D:\MyFolder" /vpath:/HelloWorldWebSite

In a batch file. However, none of my framework folders (im developing in 3.5) have this webdev.webserver.exe file.

Any suggestions?

UPDATE: Thanks to Casper over on this post, I found where the file resides.

like image 841
Anders Avatar asked Oct 15 '22 18:10

Anders


1 Answers

C:\Program Files\Common Files\microsoft shared\DevServer\9.0

got it here on my pc

used task manager to track it

like image 192
Alexander Taran Avatar answered Oct 18 '22 13:10

Alexander Taran