Hi,
I would like to implement a web application which has 10 million hits in a month. I would be grateful if you can tell me how to develop and design such a web app? What are the most important points?best practices etc etc.
best Regards.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Mar 22, 2012, 10:38 AM
I suggest you to following some of things.
1) Use the CSS layout
2) Do not use the lot of images
3) Do not use more view states
4) Cache the pages which are not frequent.
5) Do not post back to the server oftently. Use the Ajax
6) Use the Stored procedure
7) Use the javascript for the validation and some of the client operations
Still if it is slow then i would suggest you to to "Load Balancing".
Please follow this url for more info:
http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/
http://www.dotnetfunda.com/articles/article45.aspx