Does IIS cache data that it retrieves from Database?

14 Views Asked by At

We are using IIS to connect to databases from our App/Web servers. We have one specific call that returns same data over and over from a static table. Is there a way we can cache the data, that is frequently retrieved from databases, in IIS?

We're trying to see if caching can be done at IIS level.

0

There are 0 best solutions below