ASP.NET Requests Queued

  • Thread starter Thread starter Vani
  • Start date Start date
V

Vani

Hi
Until recently my webserver IIS 5.0 with .Net Framework
was running fine. But now as the application has gone live
and users pounding the application asp.net requests are
queued up. How do I take care of the situation?
TIA
Vani
 
Write faster code. Or buy faster hardware. Or both. Just sit down with your
code and go through it trying to figure out why it's slow. Using all that
easy functionality in Asp.Net will generally result in this (datagrids, view
state, lot of data in the session state and so on). Of course it may also be
your database, if you're using Access (for any purpose) that's your problem
right there.

Jerry
 
Thanks for your reply. I am the admin guy resp for this
app.
Can I increase the value of requests asp.net process can
handle. If yes how?
 
Back
Top