I have a number of different web apps running under IIS7. Is it possible to put limits on one app - for example, limit the number of connections, bandwidth, memory usage and CPU allowed?

I need to do this without installing any additional software on the box.

link|improve this question

75% accept rate
feedback

2 Answers

Advanced Setting --> Behavior --> and then break down connection limits:

You'll see connection limits, connection time out, and max bandwidth settings as well.

This can be done per app.

link|improve this answer
feedback

You can also at the Application Pool level (process) limit the memory consumption and Server->Application Pools->(select)->Advanced Settings-> CPU Limit, Queue Length, Memory Limit, etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.