Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

processor at 100%, page won't load

Status
Not open for further replies.

influent

Programmer
Jan 11, 2001
131
US
I'm working on a page that accesses an Exchange server through LDAP, which I have done successfully before. The page will not load, and it causes the NT 4 server's processor to stick at 100% usage until I restart the inetinfo service. I can't find any scripting errors at all, and all my other ASP pages work fine. Any thoughts?
 
I solved my own problem. I just forgot to say RS.MoveNext, and that caused obvious problems.
 
It happen to me in the following scenario:
I had a form with one textbox. The submit button was calling a javascript function that was submiting the page and calling a stored procedure with the paramters from a DLL.
When I clicked in the textbox and hit enter the server went dead, so I had to restart the IIS.

And I think it was because it was submitting the form and calling the Stored procedure without parameters. Normally be problem should have been in SQL Server, but no. The IIS was the one that I had to restart.

Maybe I gave you a hint for the direction to search.

Regards,
Durug
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top