How to improve the asp.net application's performance?

  • Thread starter Thread starter hb
  • Start date Start date
H

hb

Hi,

I have a asp.net web application written in C#. The application is backed
by a SQL Server 2000 database. At current time, it's very slow. I guess
there
are problems on asp.net coding, stored procedure coding and database
design.

Would you please tell me the right steps to find out those spots
that pull back the performance.?

Thank you

hb
 
Jim,

Thank you for the link!

hb
Jim Cheshire said:
HB,

This link may be useful to you.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpcondebuggingprofiling.asp

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "hb" <[email protected]>
Subject: How to improve the asp.net application's performance?
Date: Mon, 24 Nov 2003 17:27:11 -0500
Lines: 16
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: x403446fe.ip.e-nt.net 64.52.70.254
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.
phx.gbl!tk2msftngp13.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:192492
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Hi,

I have a asp.net web application written in C#. The application is backed
by a SQL Server 2000 database. At current time, it's very slow. I guess
there
are problems on asp.net coding, stored procedure coding and database
design.

Would you please tell me the right steps to find out those spots
that pull back the performance.?

Thank you

hb
 
Back
Top