ASP.NET Web服务器:CassiniDev
jopen
12年前
使用asp.net的时候,要部署一个iis,或者部署iis express,有时候你嫌麻烦,
这是一个替代品。
功能完全的。
asp.net的处理其实是在.net framework内部的类进行处理的,这个程序调用的一样的东东,在兼容性上应该能完全保证。
至于性能,我觉得使用asp.net的人应该不会太注重性能,或者性能主要会是在数据库上。
亮点
- Numerous bug fixes of the original Cassini source.
- Full support for any IP address. Not limited to localhost.
- NOTE: Due to an intentional limitation in SimpleWorkerRequest, WCF content is not servable on other than the loopback (localhost)
- HostName support with option to temporarily add hosts file entry.
- Port scan option. Dynamically assign an available port when specific port is not required or known to be available.
- WaitOnPort: Length of time, in ms, to wait for specific port to become available.
- TimeOut: Length of time, in ms, to sit idle before stopping server.
- NTLM authentication support.
- Single file GUI and Console applications and a library assembly for in-process hosting.
- Painless self hosting of a full ASP.Net server implementation for applications and testing frameworks.
- Unlike Cassini and Visual Studio Development Server, CassiniDev supports a full compliment of content types.
- Integrated traffic monitoring.
- Visual Studio 2008/2010 Development server drop-in replacement with all CassiniDev enhancements.
http://cassinidev.codeplex.com/