I have got a .aspx page When I run it on localhost it get executed with approx 17 sec. Following is the screenshot of network tab of browser
The same page when I upload it on server and try to run it it takes approx 2 minutes which is too long Following is the screen shot
I have made changes to the web.config file as compilation debug="true" along with enableCompression="true" enableCaching="true" also made changes in the view state.
My database is on the other domain and the .aspx page is on another domain. I also tried uploading the page on the same domain and run it but it is also slow. Please Help.