I need to run different areas in the code under different appPools. I tried converting the admin area (MVC C#) to application and assign a different appPool but the binaries still run's under to main appPool.
Is there other way to do it?
I thought about making an applications that pointing to the same folder but I'm not sure what will be the consequent. also, if possible I prefer a cleaner solution.