ASP websites crash while ASP.NET ones don't?
Hi,I'm having a strange problem at the moment.
Once or twice a day normal ASP websites crash on our Windows 2003 machine, while ASP.NET websites keep working like a charm.
I got multiple websites using the same application pool.
Is it smart to make a new application pool for every ASP-website (not .NET since those are working normal) to prevent them from crashing?
Or does anyone know how to fix this problem?
Thanks in advance.