We are running an ASP application using ASP 2.0.50727 running on IIS 6.0 and Windows 2003. We are having random high response times and I can see using PerfMon at times we have ASP\Request Wait Times of 5-14 seconds. The corresponding ASP\Requests Queued are 6-12. I looked in our ASP Machine.config and the we are set to AutoConfig which should automatically configure all the connection values properly. We are not having any physical level issues, CPU is about 10%, memory is 15%,etc.
What else can I look at? Should we remove the AutoConfig and try and manually change all the values? Thanks for any guidance.