Two site on one server?

2 ヶ月 前
Hello.
I have Windows Server 2022 Standard with IIS.
My first site works using nopCommerce.
Another website works with another CMS.
How can I limit my sites to use half per 50% of server recourses in IIS?
Waiting for your reply.
Thanks.
2 ヶ月 前
Follow the next steps:

1. Open IIS Manager.
2. Expand the local server and click Application Pools.
3. Find the application pool you wish to limit and right click on it.
4. Click Advanced Settings.

5. For IIS 8.5. Under the CPU section, set "Limit" to the amount of CPU you wish to be the maximum. (ex: 25% would be 25)
5. For IIS 7, 7.5, 8. Under the CPU section, set "Limit (1/1000 of %)" to the amount of CPU you wish to be the maximum, multiplied by 1000. (ex: 25% would be 25000)

6. Set Limit Action to Throttle.