When creating new sites in IIS 6, is the best practice to create a new
application pool for each site? I'm running into a problem where a
site running ASP.NET 2.0 is throwing errors in the Application events
saying which brings down my ASP.NET service for all my sites on the
same server.
"It is not possible to run two different versions of ASP.NET in the
same IIS process. Please use the IIS Administration Tool to
reconfigure your server to run the application in a separate process."
EventID 1062.
The suggested remedy for this is to create a new application pool for
the site. I'm wondering if I need to create a new application pool
for every site or just the one giving me a problem?
Thanks