My website has recently becoming slow now a days. The website is hosted on IIS 6.0, this website is also using 8 other (supporting services) webservices hosted on the same application pool. What is the best practice for deploying these kind of applications? Will hosting the services and website on diff application pool reduces the whole site slowness?
Thanks
Yes, it should improve things. Each application pool gets its own worker process, which means more threads and potentially more memory for each application.
There are other considerations for performance: