asp.net 2.0 application compression

 
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET
View previous topic :: View next topic  
Author Message
tspossible
-


Joined: 30 Oct 2007
Posts: 2

PostPosted: Tue Oct 30, 2007 10:47 pm    Post subject: asp.net 2.0 application compression Reply with quote

Is it possible to compress responses from application hosted by abyss?
I mean about something like:

http://weblogs.asp.net/owscott/archive/2004/01/12/57916.aspx

(tutorial about iis compression)

regards
tomek
Back to top View user's profile Send private message
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Tue Oct 30, 2007 11:42 pm    Post subject: Reply with quote

You would need a 3rd party program, however I believe Aprelium is planning to add Gzip support in a future version.
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Wed Oct 31, 2007 12:31 am    Post subject: Reply with quote

gZip compression for pages can be enabled if you use php. I can't remember the code off the top of my head but it is in the forum somewhere.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
tspossible
-


Joined: 30 Oct 2007
Posts: 2

PostPosted: Wed Oct 31, 2007 1:41 pm    Post subject: Reply with quote

rrinc wrote:
You would need a 3rd party program, however I believe Aprelium is planning to add Gzip support in a future version.


Can You write howto integrate it with webserver and asp.net?
Back to top View user's profile Send private message
aprelium-beta
-


Joined: 24 Jun 2004
Posts: 383

PostPosted: Wed Oct 31, 2007 6:02 pm    Post subject: Re: asp.net 2.0 application compression Reply with quote

tspossible,

You can very easily add compression to any exisiting ASP.NET application (even ones that you've not written) with the help of a ASP.NET compression module such as http://www.blowery.org/code/HttpCompressionModule.html .

It's all about copying the compression module DLL in the /bin of the ASP.NET application and updating of the web.config file with a few lines declaring the module and its use scope.

http://www.blowery.org/code/httpcompress_6_net2_binary.zip is the binary version of the module and the Example subdirectory in it contains a real world example of an application with its web.config file correctly updated to support tranparent HTTP compression.
_________________
Beta Testing Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group