ankit shukla
how make asp.net page fast
Posted by ankit shukla in .Net | ASP.NET on Oct 01, 2011
0
Do you know the answer for this question? Post it below.
Guest

Enable ASPX Compression in IIS

Enable HTTP Compression of Static Content

Posted by Manish Kumar on Dec 08, 2011

1. Minimize the of use Session,application and Global varibles
2. While Intercation with DB, try to minimize database hit as much as possible
3. Use Stored procedures while Interacting with DB
4. Minimze the use of Images and panels in your aspx page, it makes your page heavy.
5. Use caching technique to store most frequently used data in the page

Posted by uttam chaturvedi on Oct 17, 2011

store system for small erp software

Posted by Hemant Chaudhary on Oct 12, 2011

  1. using server controls only when needed.
  2. using catching techniques.

Posted by Dileep Kumar on Oct 07, 2011
Sponsored by

Become a Sponsor
PREMIUM SPONSORS
Sponsored by

Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.