1

This is the error that we get when so many users go to the same page simultaneously. We are getting this error in the global.asax file. Is there a way to resolve this?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Sridhar
  • 8,874
  • 4
  • 26
  • 37
  • 2
    And what exactly is happening in global.asax? Can you show us some code? – Klaus Byskov Pedersen Jan 15 '10 at 13:41
  • We are catching the application errors in Application_Error() event handler. When we get an error on the page that is not handled, it will go into this event handler. And all we are doing in the handler is sending an email if server.GetLastError.InnerException() is not null. – Sridhar Jan 15 '10 at 19:09

0 Answers0