Compress ASP.NET Pages

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Does somebody know, if theres a way, to compress an
ASP.NET Page before its sent to the client?
e.g. remove all formatting characters

I want to get my pages as small as possible.
 
You can probably write an http module that e.g. removes all the blank in
your response (whitespace filter)
 
Back
Top