I don't have access to IIS Server as I am hosted on a shared hosting. I don't have access to remote IIS manager or the command prompt on server.
Now, my question is, Is it possible to gzip my asp pages? I am hosted on an IIS 7 server.
I don't have access to IIS Server as I am hosted on a shared hosting. I don't have access to remote IIS manager or the command prompt on server.
Now, my question is, Is it possible to gzip my asp pages? I am hosted on an IIS 7 server.
Any type of file can be compressed including ASP Classic pages. However, HttpCompression is configured on the web server where the server identifies which extensions should be compressed. If .asp
files have been marked for compression, then it should be the case that the web sever will add the Content-encoding: gzip
header for you.