ASP.NET WebResources and GZIP
Posted by: Rick Strahls WebLog,
on 16 Sep 2006 |
View original | Bookmarked: 0 time(s)
I wonder if it’s possible to get WebResources.axd to serve GZIP’d content when you provide a resource that is already GZipped.
Yeah I know this sounds kind of harebrained, but I’m looking for a generic solution of compacting my JavaScript resource depending on a flag and serving a pre-created GZIP’d resource. My thought was I can GZip the JavaScript file, add it as a resource to the project and then at runtime determine which resource to ship back to the...