Hi All,
I have built an ASP.Net website which uses JAVA webservice in order to access database procedures. My problem is, the pages take much time to load. I have tracked the time taking to call web service, but found it takes a few milliseconds. On tracing the load time of the page by using some web developer tools provided by latest browser versions, I found that larger the content of the page, more would be the load time.
After some googling I found Gzip provides aspx compression which reduces content length of aspx pages..Can any one suggest the exact steps to use it..?
Appreciate your help.
Regards,
Rajesh.