Running the ASPX Web Server
Run by command line :
ASPX.WebServer.exe /port: /path: /vpath:/open
Command line options
- Port number : Between '1' and '65535' (Default is '80') or use 'auto' to use dynamic port
- Physical Path : A valid directory on your hard disk where is located your Web Site
- Virtual Path : A virtual path for your Web Application (Default is "/")
- Open : auto open in web browser
Here is a example of starting standalone Web Site by command-line :
ASPX.WebServer.exe /port:auto /path:"D:\WebSite" /vpath:"/MyApplication" /open
No comments:
Post a Comment