I'm trying to isolate the origin of a large number of exceptions. Is there
a way to search an asp.net app for locations that use response.redirect,
response.end, and server.transfer? I don't have ready access to the source
code.

Any other tips on how to isolate the cause of exceptions, when you're
dealing with a *large* number of exceptions? Over the period of a day, it
averages to about 40 exceptions per request.

Thanks
Keith

Re: Checking for response.redirect, and isolating exceptions. by Chris

Chris
Tue May 02 12:50:08 CDT 2006

Without the source code the only way would be to look at the Web Server Logs
for 301 and 302 status codes which indicate redirections.

What type of exceptions are you refeering to?

--

Cheers

Chris Crowe [IIS MVP 1997 -> 2006]
http://blog.crowe.co.nz
------------------------------------------------


"KeithT" <KeithT@discussions.microsoft.com> wrote in message
news:5D834A73-B26F-4D2F-8A4A-1CA0BEDB39C6@microsoft.com...
>
> I'm trying to isolate the origin of a large number of exceptions. Is
> there
> a way to search an asp.net app for locations that use response.redirect,
> response.end, and server.transfer? I don't have ready access to the
> source
> code.
>
> Any other tips on how to isolate the cause of exceptions, when you're
> dealing with a *large* number of exceptions? Over the period of a day, it
> averages to about 40 exceptions per request.
>
> Thanks
> Keith



Re: Checking for response.redirect, and isolating exceptions. by KeithT

KeithT
Tue May 02 13:03:02 CDT 2006

Exceptions that are included in the ".NET CLR Exceptions(_Global_)\# of
Exceps Thrown / sec" performance counter. There's only one app on the server.

Keith



"Chris Crowe [MVP 1997 -> 2006]" wrote:

> Without the source code the only way would be to look at the Web Server Logs
> for 301 and 302 status codes which indicate redirections.
>
> What type of exceptions are you refeering to?
>
> --
>
> Cheers
>
> Chris Crowe [IIS MVP 1997 -> 2006]
> http://blog.crowe.co.nz
> ------------------------------------------------
>
>
> "KeithT" <KeithT@discussions.microsoft.com> wrote in message
> news:5D834A73-B26F-4D2F-8A4A-1CA0BEDB39C6@microsoft.com...
> >
> > I'm trying to isolate the origin of a large number of exceptions. Is
> > there
> > a way to search an asp.net app for locations that use response.redirect,
> > response.end, and server.transfer? I don't have ready access to the
> > source
> > code.
> >
> > Any other tips on how to isolate the cause of exceptions, when you're
> > dealing with a *large* number of exceptions? Over the period of a day, it
> > averages to about 40 exceptions per request.
> >
> > Thanks
> > Keith
>
>
>