Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASPX processing time..

Reply
Thread Tools

ASPX processing time..

 
 
Allen Smith
Guest
Posts: n/a
 
      12-07-2004


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?

Please advice.

Allen


 
Reply With Quote
 
 
 
 
Johann MacDonagh
Guest
Posts: n/a
 
      12-07-2004
The first request of any ASP.NET web page will take a while to load, simply
because it has to parse and compile your ASPX page.

Are you having these problems all the time, or only on the first request for
each page?

Thanks,
Johann MacDonagh

"Allen Smith" <> wrote in message
news:...
>
>
> 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?
>
> Please advice.
>
> Allen
>
>



 
Reply With Quote
 
 
 
 
Jeff Evans
Guest
Posts: n/a
 
      12-07-2004
Allen Smith < > 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.


 
Reply With Quote
 
Allen Smith
Guest
Posts: n/a
 
      12-07-2004
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:#...
> Allen Smith < > 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.
>
>



 
Reply With Quote
 
Allen Smith
Guest
Posts: n/a
 
      12-07-2004
1. I am aware about the first time compilation.
2. Some times it happens. Not all the time it happens.
Thanks for your response.
Allen


"Johann MacDonagh" <> wrote in message
news:...
> The first request of any ASP.NET web page will take a while to load,

simply
> because it has to parse and compile your ASPX page.
>
> Are you having these problems all the time, or only on the first request

for
> each page?
>
> Thanks,
> Johann MacDonagh
>
> "Allen Smith" <> wrote in message
> news:...
> >
> >
> > 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?
> >
> > Please advice.
> >
> > Allen
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding main.aspx.vb & main.aspx.resx under aspx John M ASP .Net 1 05-29-2005 09:27 PM
Post-Processing RAW vs Post-Processing TIFF Mike Henley Digital Photography 42 01-30-2005 08:26 AM
Disk I/O and ASPX Page Processing Guadala Harry ASP .Net 1 09-24-2004 10:11 AM
Question: processing HTML, re-write default processing action of many tags Hubert Hung-Hsien Chang Python 2 09-17-2004 03:10 PM
Delay in processing of aspx pages? Kristoffer Arfvidson ASP .Net 6 01-24-2004 12:02 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57