I saw a guy a couple of days ago and he was putting his apps inside different app pools for each app. For example:
- example.com inside examplePool - .net 4.0 integrated mode
- example2.com inside example2Pool - .net 4.0 integrated mode
- example3.com inside example3Pool - .net 4.0 integrated mode
I would understand the logic if the settings was different, but they weren't.
What I am doing is the complete opposite. All of my .net 4 apps (there are nearly 20) are running under one app pool.
So what is the best way of doing this on IIS 7.5?
Looking at the Managing Application Pools in IIS 7 TechNet page, it is simply to separate applications from each other. Here's the relevant bit.