For an ASP.Net Webservice, I would like to be able to set the CacheDuration for either all webmethods or indivdual webmethods in web.config, so it can be adjusted without recompiling the solution.
[WebMethod(CacheDuration=60)]
Can it be done? How?
It does not seem to be possible.