When I use Gzip, I put some code in global.asax
which zip the reponse from the server to my client.
But my page contains a lot of text ( no view state - pure text).
When I save it - it uploads it all as a plain text.
Is 开发者_JAVA技巧there any way to zip the uploaded content ?
You can enable GZip on the server.
By doing it in your application, do you ever have a moment where you don't want it? Why wouldn't you want it on all the time?
精彩评论