how to remove spaces and newlines from server response ?

Posted by Anil Namde on Stack Overflow See other posts from Stack Overflow or by Anil Namde
Published on 2010-04-30T09:39:18Z Indexed on 2010/04/30 9:47 UTC
Read the original article Hit count: 212

Filed under:
|
|

When i request a page using browser / AJAX request i see lot of spaces and newlines which i think must be adding some overhead for retrieving the response as they too belong to characters means bytes and size. right ?

Is there some way it can be removed while sending from the server ? how ? (I am using IIS and asp.net for development)

© Stack Overflow or respective owner

Related posts about iis

Related posts about web-development