4
Reply

how make asp.net page fast

ankit shukla

ankit shukla

13y
8.7k
0
Reply

    Enable ASPX Compression in IIS

    Enable HTTP Compression of Static Content

    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

    store system for small erp software

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