Hi,
We are using IIS 7.5. Is there way to cache response of a external request on IIS Server? On our .aspx page, on server side, we are making an ajax request to external server. When the response comes from the external site, IIS streamed it to the client. Preciously, the IIS server is used as broker between the client and external server.
In this scenario. is there way, IIS can cache the response from the external site and uses the cached response instead of requesting every time?
Thank you in advance for your help
With regards
Ganesh