Is it possible to clear asp.net cache? Is there different ways to do that?
For example is it possible to do that on IIS(7.5) side? Is it possible to do by selecting the application i want to clear cache in on IIS manager console? IIS i have one option to do that - application restart which is basically doing more than that but i want just clear the cache, may be there is any IIS extensions which doing that?
Should i write the code to do that for example from admin part of web site?