how make asp.net page fast
ankit shukla
Enable ASPX Compression in IIS
1. Minimize the of use Session,application and Global varibles 2. While Intercation with DB, try to minimize database hit as much as possible3. Use Stored procedures while Interacting with DB4. 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