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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top