Re: ASPX processing time..

From: Allen Smith (ASmith19_at_hotmail.com)
Date: 12/07/04


Date: Tue, 7 Dec 2004 09:48:44 -0800

Johnson,
Thanks for the advice.
Very good point as I was putting debug build in production.
Can you please tell me which profiler you are referring to.... ?
I searched for "profiler" in MSDN website and I am getting a bunch of
results.
Thanks,
Allen

"Jeff Evans" <jwevans1@you_eye_you_see.edu> wrote in message
news:#CiZ1RC3EHA.936@TK2MSFTNGP12.phx.gbl...
> Allen Smith < ASmith19@hotmail.com > wrote:
> > I have deployed the web application for production. Sometimes the some
of
> > the screens are taking too much time to process. Status bar will appear
> > (IE blue bar.) and will stay for ever. End users are calling me and
> > asking why it is happening?
> > My development environments are ASP.Net, Vb.Net , Java Script, IE5+ and
> > IIS 5.+.
> > How to troubleshoot these kinds of scenarios? Currently I am killing the
> > application and starting a new session and just it works fine.
> > If I add some tracing points at ASPX page will help?
> > Is there any debugging that I can switch on in IIS?
> > Is there any Windows 2K server performance monitor will help in this?
>
> As Johann said, the first request takes longer (server is compiling).
Also,
> a common misstep is to deploy a debug build into production (builds in
debug
> config are slower). Make sure that isn't the case.
>
>
> Beyond that, you'd be advised to use a profiler to find slow spots in your
> code.
>
>



Relevant Pages

  • RE: Development tools: where to? (Long)
    ... >> development tool from an old Informix user. ... >> debug and other features but it is still under development. ... I don't like web user interfaces, ... >> stage for production sites. ...
    (comp.databases.informix)
  • Re: PAPI in the ports
    ... any performance measuring does or must stress ... performance tests on a production server is not the very best idea. ... But to have a such feature on a production system is ... If I get a problem I can easily debug ...
    (freebsd-performance)
  • Re: Debug vs. Release build in Delphi?
    ... Alan Garny wrote: ... > generating either a debug or release version of your application. ... > project options are currently such that I can generate a full debug ... from making it into the production build. ...
    (borland.public.delphi.non-technical)
  • Re: Ngen, release vs. debug, /optimize flag
    ... debug build is for development. ... markedly different from production because the framework forces variables to ... > couldn't find any useful articles so far. ...
    (microsoft.public.dotnet.framework.performance)
  • Re: Console app runs at same speed on all machines
    ... John Bailo wrote: ... the profiler should tell you that. ... I ran it both in the Debugger as a debug version, ...
    (microsoft.public.dotnet.general)