0
votes
0answers
41 views

How to increase memory and cache size for application pool in IIS 7 efficiently [closed]

I search internet for increase memory and cach for application pool in IIS 7 but all topics are diffused and I do't know the effect of that settings together. can some body describe How I can ...
0
votes
0answers
140 views

IIS7 - 2 identical asp.net apps in 2 app pools, 1 is responsive and 1 is not

I have an ASP.NET (v4.0) web app that is installed in a virtual directory (as an application) and is hosted in it's own app pool. This is repeated for each instance of the app (i.e. per customer). ...
0
votes
1answer
379 views

Long time to first byte for static content

I have large time to first byte for static content on IIS 7.5, it's not site specific it's slow for all sites on that server. Web.config setting runAllManagedModulesForAllRequests is set to false, and ...
5
votes
4answers
9k views

What can you do to speed up IIS 7 web sites?

Turn on compression and you'll see immediate performance improvements, likewise if you enable caching for complex web apps. What other configuration options you can change to improve performance? do ...