4
Reply

how make asp.net page fast

ankit shukla

ankit shukla

Oct 01, 2011
8.7k
0

    Enable ASPX Compression in IIS

    Enable HTTP Compression of Static Content

    Manish Kumar
    December 08, 2011
    0

    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

    Uttam Chaturvedi
    October 17, 2011
    0

    store system for small erp software

    Hemant Chaudhary
    October 12, 2011
    0

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

    Dileep Kumar
    October 07, 2011
    0