For now I'm stuck with IIS6 for ASP.NET-MVC (as in I cant upgrade to Server 2008 yet). It doesnt seem to know that my RESTful URLS are dynamic files and isn't compressing them.
All my old .aspx files are compressed (as seen in Fiddler), but not the '/products/1001'
type URLS.
Is there any way to get IIS6 to compress my ActionResults in IIS6 without using something like an ActionFilter for compression.
I'm assuming IIS7 is clever enough to know they're dynamic right.
Bonus points if you can tell me how IIS6 even knows which files are dynamic in the first place!