Click here to Skip to main content
16,019,154 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi
I have develope a website using asp.net3.5, HTML,CSS, Telerik,three tier architecture,Sql Server 2008 (Stored Procedure). But Its very very slow. Now I want to make its faster. How Can i do this.Can Any one help me?
Posted

There are lot many steps for making the website faster. But for general below link will be helpful

Speed up the site[^]

You can also use some website speed analyzer like YSlow[^] and firebug[^] for more details.

Hope it helps.
 
Share this answer
 
What is "very slow"? The aspx pages, the SQL server calls? We can't possibly help you with such a vague statement of conditions. Your best bet is to put the database server on its own box. Other than that, all I can think of is that your hardware doesn't have the chops to support a web server and/or a database server.
 
Share this answer
 
Comments
aryanbharti 21-Mar-11 8:08am    
I have use asp.page and also .ascx controls. and when i am inserting any data using my page or controls then its takes more time to response.
You cannot simply make your website faster.

There is so many steps you need to follow while developing.

I hope this[^] will help you.
 
Share this answer
 
v2

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