Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Sign In | Join
Rate It (7) Thank you for your feedback!
The blogosphere is a wealth of real-world tips and tricks for improving your ASP.NET application's performance.
Enjoy!
Revision number 12, Monday, June 14, 2010 6:42:09 AM by ahsanm.m
You must Login to comment.
Thanks for the great list, just what I needed for a project that I am working on that requires a lot of help on performance tuning.
Great list, i love that. Can i have more?
dats really needed for killer fast application... :-)
Great piece of information.
helpful
Really helpful, thanks
plz more if client connection in 100000 what u should do
check the following: http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/ http://www.15seconds.com/issue/000106.htm Thanks for the information
Try this also http://www.c-sharpcorner.com/UploadFile/tawar_dinesh/PerformanceTips05102006084556AM/PerformanceTips.aspx http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/ http://techgalaxy.net/Docs/Dev/5ways.htm http://www.codeproject.com/KB/cs/effective1.aspx http://dotnet.sys-con.com/node/46342
Improve Perfomance in ASP.net
While developing any web site, one should keep some points in mind. 1) Set debug=false under compilation as follows: compilation default Language="c#" debug="false"> 2) Use Server.Transfer instead of Response.Redirect. 3) Always check
Optimize Web Server and SQL Server Performance
links:Optimize Web Server Performance in Windows Server 2003Optimizing IIS 6.0 Performance Top Ten Ways To Pump Up IIS PerformanceIIS Performance Monitoring and Tuning10 Tips for Writing High-Performance Web ApplicationsTop 10 Best Practices for Production
ASP.NET Optimization
Here's even more performance tips for making ASP.NET fly. Checklist: ASP.NET Performance The 2004 Patterns and Practices Book "Improving .NET Application Performance and Scalability" has a number of really great chapters worth calling out: Chapter 6: Improving
IIS Optimization
Some optimizations can be done directly to IISand you will reap improvements farther down the line. Planning, testing and tuning for ASP.NET and IIS 6.0- An interesting perspective on tuning your installation. Strategies for Improving IIS Performance Managing
(last 30 days)