I have one website but several web applications with the site.
Since some of the appliations are classic ASP and some ASP.Net v4 there are several Application pools. Should I have a separte application pool for each of these application or or just use the Asp.Net v4 for all the .Net applications and the DefaultAppPool (.Net 2) for the classic pool?
Is there anything else that needs to be configured to ensure the best performance for each application?
Any help is appreciated.