Posted on: 1/20/2015 12:23:24 AM | Views : 688

Hello experts,
I am developing ASP.NET application on IIS 7.5, and I got an issue that initial start up time is extremely slow... When I access my web application though IE11, takes over 10 to 20 sec to load the site.  However, there is no issue when I use Chrome or Firefox, which loading time is less than one sec.  
The web application is very simple:
The application has only a few AjaxControlToolkit tools, and there is few lines of JavaScript codes in a single .aspx page.  No data pre-loading from database on Default.aspx Written in ASP.NET Web Form and C# I have tried to troubleshoot:
Enabled "Pre-compile" option while publishing the site from Visual Studio to IIS Enabled "Dynamic or Static Compression" in IIS Would you please give me any kind of hints how to speed up the loading time for IE?  
Thank you in advance for your h ...

Go to the complete details ...