檔案簡介:
Baby ASP Web Server 支援 ASP 語法的網頁伺服器,使用者只需要執行後,電腦馬上就變成一部可以執行 ASP 語法的網頁伺服器,讓你可以連上去察看撰寫的 ASP 語法網頁是否正確(Baby ASP Web Server 僅支援同時五個連線)。
Features:
- Multi threaded.
- Real time server log.
- Configure directory for webpages (same for all connections).
- Configure default HTML page.
- Support for GET, POST, and HEAD methods (form processing).
- Sends directory listing if default HTML is not found in directory.
- Native ASP support (Request, Response, Server, QueryString and Form collections, Session, etc).
- Cookie support (including 'arrays' and enumeration!).
- SSI (Server Side Includes) support.
- Statistics: total connections, successful and failed requests and more.
- limit: 5 simultaneous connections. |