ASP Script Maxes CPU

I have been working on this issue for a while and found this forum and thought it wouldnt hurt to post it. I have recently upsized a shop to SQL server.I am running on a Windows 2003 Server running multiple websites. Ihave full access to this server.The shop works fine and orders are taken into the database after the SQL upsize.There is one page that is causing major problems.When this page is brought up, it maxes the CPU to 100% and i can seedllhost.exe is maxed out (one instance of it)I have looked thru my code for infinite loops and have debugged and iknow the issue lies somewhere in the code i am posting here. anyonewho can help, i would appreciate it.Keep in mind that with the access database the page that causes theCPU to max out runs fine.The code is attached in a text file.

View Replies


ADVERTISEMENT

Setting Session Variable Maxes Dllhost

I have an ASP application that has been running for 5 years that I am now modifying. Since then, I have installed asp.net 1.1 and 2.0 on my xp pro box. Whenever I run the "login" code for the app, it crashes as my dllhost goes to 98% cpu. I have traced the code to this line:

Session("SCHUserID")=123

What is strange is if I set the value to 11 or lower, this does not fail. What is also strange is if I set Session("SCH1UserID")= 123 it works. I know this has to have something to do with running asp.net on this box as well. I have tried running the app in its own process (High) and creating it's own virtual directory with no luck.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved