Can we use a Varnish cache server to serve ASP.NET pages? My intention is to host another cache server to improve the performance by caching most accessed and shared data. To rent another IIS server, it will cost again.
Instead can I use any another cache server like Varnish/Squid to store web pages and serve cached data?