
Boost performance and scalability of dynamic ASP.NET applications by reducing work load on web servers. NWebCache is a cache proxy for dynamic ASP.NET applications. It sits in front of your ASP.NET web farm and caches the output of frequently used static and dynamic ASP.NET pages. NWebCache synchronizes cached pages with data in your database. This allows you to cache all your dynamic pages and still keep them fresh.
- Keep cache fresh by synchronizing with database changes
- Remove cached pages through file dependencies
- Compress page output on cache server with gzip
- Cache ASP.NET ViewState on cache server
- Scale by reducing load on web servers thru caching