PC Review


Reply
Thread Tools Rate Thread

ASPX processing time..

 
 
Allen Smith
Guest
Posts: n/a
 
      7th Dec 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
 
      7th Dec 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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
>
> 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
 
      7th Dec 2004
Allen Smith < (E-Mail Removed) > 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
 
      7th Dec 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:#(E-Mail Removed)...
> Allen Smith < (E-Mail Removed) > 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
 
      7th Dec 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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >
> >
> > 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
Rate This Thread
Rate This Thread:

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
Processing an aspx xml-variable in xsl djamilabouzid@gmail.com Microsoft Dot NET 0 15th Oct 2006 08:29 PM
processing an aspx xml-variable in xsl djamilabouzid@gmail.com Microsoft ASP .NET 0 15th Oct 2006 08:16 PM
Disk I/O and ASPX Page Processing Guadala Harry Microsoft ASP .NET 1 24th Sep 2004 11:11 AM
processing aspx Web Form to a SQL 2000 DB =?Utf-8?B?ZGF6emFsb25kb24=?= Microsoft ADO .NET 2 18th Mar 2004 01:57 AM
IIS not processing my .aspx files Hanna Microsoft Dot NET 1 7th Sep 2003 08:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:07 PM.