Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can we optimise our web application in asp.net?
I am using a 3-tier architecture with class library as middle layer
and working on VS 2008 and SQL 2008.
Posted
Updated 1-Dec-10 0:53am
v4
Comments
E.F. Nijboer 1-Dec-10 6:07am    
What do you use? What is in need of optimization? Do you have some kind of logging that can tell you what is the most consuming part? It's impossible to give good advice based on the info you gave.
Michael Bookatz 1-Dec-10 6:54am    
Why is it slow now? What are you looking to speed up or make work better?
Nilesh from Mumbai 1-Dec-10 8:19am    
I am fetching records from database and use into my application.I used stored procedure,dataset,DataReader etc.
The need for optimization is that it takes long time to page display.
I logging for user name and poassword.

My opinion is please follow code optimization techniques along with class libraries. See some tips here[^]
 
Share this answer
 
Read this article.
One of the best I found on the internet

http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx[^]
 
Share this answer
 
Comments
Dalek Dave 1-Dec-10 7:42am    
Good Link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900