asp.net - Using Varnish for cache along with IIS -


Can we use a varnish cache server to serve ASP.Net pages? My intention is to host another cache server to improve performance by the most access and shared data caching. To hire another IIS server, it will have to spend again.

Instead, can I use another cache server to store web pages like varnish / squad and serve cached data?

Varnish can be used to cache IIS data, but the real question is whether it will speed up the IIS in the first place?

It depends on the loading of your IIS server, but seeing that caching will be relevant (actually making things faster), then you probably have to test the second, more scalable options Will benefit from this.

Comments