HighTechTalks DotNet Forums  

Performance of an ASP.Net application

Dotnet Framework (Performance) microsoft.public.dotnet.framework.performance


Discuss Performance of an ASP.Net application in the Dotnet Framework (Performance) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
robin9876@hotmail.com
 
Posts: n/a

Default Performance of an ASP.Net application - 11-07-2006 , 05:19 AM






After reviewing the code and compiling the application as release
version, are there any other deployment and/or .Net CLR settings that
can be used to improve the application performance?


Reply With Quote
  #2  
Old   
eAndy
 
Posts: n/a

Default RE: Performance of an ASP.Net application - 11-09-2006 , 01:00 AM






There is a very comprehensive guide that provide design principles, design
reviews, check lists, how tos and more all for improving the performance of
..NET applications.

http://msdn.microsoft.com/library/de...l/scalenet.asp

Its broken down by activities (design, development, measuring) and
technology (ADO, ASP, SQL, XML, etc).

I would suggest going through the design and code checklists and look for
problem areas. Try to tackle the "low hanging fruit" and schedule the larger
structural changes for the next phase of the project unless you're dead in
the water.

This group has also been responsible for some great security guidance too.

Hope that helps.

====================

eAndy

====================


"robin9876 (AT) hotmail (DOT) com" wrote:

Quote:
After reviewing the code and compiling the application as release
version, are there any other deployment and/or .Net CLR settings that
can be used to improve the application performance?



Reply With Quote
  #3  
Old   
Rudi
 
Posts: n/a

Default RE: Performance of an ASP.Net application - 11-22-2006 , 11:07 AM



This might also help:
http://www.aspnetresources.com/artic...roduction.aspx
Make sure that inweb.config the compilation node, debug="false" is set.
Many people overlook this setting.

Rudi

"robin9876 (AT) hotmail (DOT) com" wrote:

Quote:
After reviewing the code and compiling the application as release
version, are there any other deployment and/or .Net CLR settings that
can be used to improve the application performance?



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.