If you cannot or do not want to use IIS as your Web server, you can still test your ASP.NET pages by using the ASPX Web Server.
If you cannot or do not want to use IIS as your Web server, you can still test your ASP.NET pages by using the ASPX Web Server.
Run by command line :
ASPX.WebServer.exe /port:<port number> /path:<physical path> /vpath:<virtual path> /open
Here is a example of starting standalone Web Site by command-line :
ASPX.WebServer.exe /port:auto /path:"D:\WebSite" /vpath:"/MyApplication" /open
Run by Windows Shell integration :