Does running IIS7 in classic mode affect MVC output caching?

The thing is you have told IIS to run a particular application in classic mode. Now sit back and see. I should do it.

Up vote 0 down vote favorite share g+ share fb share tw.

I have a need to run an application in classic mode for backwards compatibility with a specific application, and am trying to understand what kind of impact that will have on the performance of an MVC application that is running on the site. If we put a few static file maps (for . Js, .

Css, . Png, etc) above the ASP. NET wildcard map to reduce the amount of processing by the ASP.

NET handler, will we be approaching the integrated mode in terms of performance? The thing i'm primarily concerned with is any effect this might have on output caching. I understand that integrated mode might (?) allow for the output cache to handle non ASP.

NET content, but that isn't really a concern. We're more interested in ensuring that the MVC application has full use of the output cache. Empirically i've found that the two configurations operate on par when things go well, but if the page references resources that are not available, the integrated mode tends to fail much more quickly than the classic mode (e.g. 500 ms vs 10 seconds), reducing 'hang time' on the page load.

Thanks for any feedback. Asp.net mvc iis7 caching integrated link|improve this question asked Feb 25 '10 at 1:25Bob11.

The thing is you have told IIS to run a particular application in classic mode. Now sit back and see. I should do it.

I don't think if you are running only one application on classic mode, it should affect another application running on integrated mode.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions