So I set up gzip compression within IIS 6.
I enabled the compression for both static files and application files. I set up a temp directory with the size of 1,024 MB.
I modified the Metbase to include: htm,html,js,css,aspx,xml
I set the compression level to 9.
I added a WSE, called HttoCompression and set it to the gzip.dll aset it to "Allow".
I reset IIS.
I notice that my css, xml and js files are being compressed, but ASPX pages are not.
Did I miss something?