Tuesday, October 16, 2007

Running ASP.Net Web Server manually

Syntax: WebDev.WebServer.EXE /path: /port: /vpath:

path: location of your file to be exposed to internet
port: port to access your application/web
vpath: virtul path (e.g. http://localhost:1010/testing)


Example
WebDev.WebServer.EXE /path:D:\Web\Testing /port:2529 /vpath:/testing

Accessing this: http://localhost:2529/testing

No comments: