How to log more info on System.Web.HttpException: Request timed ou

M

Mattias Blomqvist

Some of our users are complaining about long response time on some of our
pages.
Problem is that we can not reproduce the long response time.

Our error log has also logged: System.Web.HttpException: Request timed out
(Sadly without any stacktrace or other useful information).

Is it possible to log stacktrace for this type of error or in other way
finding out where in our code or what underlying service that is taking so
long?

We are using:
* .Net 3.5
* Microsoft.Practices.EnterpriseLibrary
* Windows Server 2008 64bit

/Regards Mattias
 
B

Bob Barrows

Mattias said:
Some of our users are complaining about long response time on some of
our pages.
Problem is that we can not reproduce the long response time.

Our error log has also logged: System.Web.HttpException: Request
timed out (Sadly without any stacktrace or other useful information).

Is it possible to log stacktrace for this type of error or in other
way finding out where in our code or what underlying service that is
taking so long?

I think you can turn tracing on in web.config - search online help or
the web. And ...

**********canned wrong newsgroup reply****************************
There was no way for you to know it (except maybe by browsing through
some of the previous questions before posting yours - always a
recommended practice), but this is a classic (COM-based) asp newsgroup.
ASP.Net is a different technology from classic ASP. While you may be
lucky enough to find a dotnet-savvy person here who can answer your
question, you can eliminate the luck factor by posting your question to
a newsgroup where the dotnet-savvy people hang out. I suggest

microsoft.public.dotnet.framework.aspnet.

There are also forums at www.asp.net where you can find a lot of people
to help you.
**********canned wrong newsgroup reply****************************
 
E

Evertjan.

Bob Barrows wrote on 11 mrt 2010 in
microsoft.public.inetserver.asp.general:
I think you can turn tracing on in web.config - search online help or
the web. And ...

**********canned wrong newsgroup reply****************************
There was no way for you to know it (except maybe by browsing through
some of the previous questions before posting yours - always a
recommended practice), but this is a classic (COM-based) asp newsgroup.
ASP.Net is a different technology from classic ASP. While you may be
lucky enough to find a dotnet-savvy person here who can answer your
question, you can eliminate the luck factor by posting your question to
a newsgroup where the dotnet-savvy people hang out. I suggest

microsoft.public.dotnet.framework.aspnet.

There are also forums at www.asp.net where you can find a lot of people
to help you.
**********canned wrong newsgroup reply****************************

Anyway the BobBarrows-response-time was pretty short.
 
M

Mattias Blomqvist

We can't use Tracing as it would affect the performance to much.

I have now made a customCallHandler instead (implementing ICallHandler) with
the hope it will find our problem and just log that method when elapsed time
in a method is over X.

We will see after the next release :)

Thanks for the response.
 
E

Evertjan.

=?Utf-8?B?TWF0dGlhcyBCbG9tcXZpc3Q=?= wrote on 16 mrt 2010 in
microsoft.public.inetserver.asp.general:
We can't use Tracing as it would affect the performance to much.

I have now made a customCallHandler instead (implementing
ICallHandler) with the hope it will find our problem and just log that
method when elapsed time in a method is over X.

We will see after the next release :)

Thanks for the response.

What response?

[please always quote on usenet]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top