473,472 Members | 2,257 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

IIS built-in compression

Who knows beginning from which version of IIS, 5 or 6 only, and what system
like 2000 Server, 2000 Advanced Server, we can use the built-in compression?
I heard once that it was implemented beginning from Windows 2000 Server and
we could use it but I'm not sure that it's true. Right now we're having
Win2000AdvServer and want to get this feature. But according to this article
we can't use it, but only from IIS 6.0

http://www.wwwcoder.com/main/parenti...8/default.aspx

Who knows for sure?

Thanks,
Just D.
Nov 19 '05 #1
10 1306
You might want to check out the forums/blogs on port80software.com as they
have good articles on these sorts of things:

http://www.port80software.com/200ok/

-Brock
http://staff.develop.com/ballen

Who knows beginning from which version of IIS, 5 or 6 only, and what
system like 2000 Server, 2000 Advanced Server, we can use the built-in
compression? I heard once that it was implemented beginning from
Windows 2000 Server and we could use it but I'm not sure that it's
true. Right now we're having Win2000AdvServer and want to get this
feature. But according to this article we can't use it, but only from
IIS 6.0

http://www.wwwcoder.com/main/parenti...8/default.aspx

Who knows for sure?

Thanks,
Just D.


Nov 19 '05 #2

Just D. wrote:
Who knows beginning from which version of IIS, 5 or 6 only, and what system like 2000 Server, 2000 Advanced Server, we can use the built-in compression? I heard once that it was implemented beginning from Windows 2000 Server and we could use it but I'm not sure that it's true. Right now we're having Win2000AdvServer and want to get this feature. But according to this article we can't use it, but only from IIS 6.0

http://www.wwwcoder.com/main/parenti...8/default.aspx

Who knows for sure?

Thanks,
Just D.


You can compress on Windows 2000, but not via the internal IIS
compression. You can use add ons like httpcompress
(http://www.blowery.org/code/HttpCompressionModule.html). HTTPCompress
is an http module for ASP.NET, you basically define it within your
web.config. The one drawback however, since it is an http module, it
will only compress files processed by the CLR. It will not compress ASP
pages just aspx, etc. HTTPCompress is free and is what I use on
WWWCoder.com for compressing content. Using a third party module allows
you to compress based on mime type, and folder, something IIS
compression does not support.

There are several commercial modules available, but I like httpcompress
since it is free and you get the source code.

Patrick Santry
http://www.wwwcoder.com

Nov 19 '05 #3
Thanks a lot,

Yes, I know about commercial modules, but I didn't hear about this
compressor, thanks, it will be interesting.

I also found many articles including MSDN article about compression in IIS
5.0, but actually I could not find anything for me My version if IIS
doesn't have these tabs in settings and I'm just wondering why Microsoft
provided wrong or not full information about this topic.

Take a look.

http://www.microsoft.com/technet/pro.../httpcomp.mspx

That's strange. I suspect that they forgot to write that this compression is
added to Server and Advanced server version only and write about ANY IIS
5.0, but that's not true.

Just D.
<ww******@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...

Just D. wrote:
Who knows beginning from which version of IIS, 5 or 6 only, and what

system
like 2000 Server, 2000 Advanced Server, we can use the built-in

compression?
I heard once that it was implemented beginning from Windows 2000

Server and
we could use it but I'm not sure that it's true. Right now we're

having
Win2000AdvServer and want to get this feature. But according to this

article
we can't use it, but only from IIS 6.0

http://www.wwwcoder.com/main/parenti...8/default.aspx

Who knows for sure?

Thanks,
Just D.


You can compress on Windows 2000, but not via the internal IIS
compression. You can use add ons like httpcompress
(http://www.blowery.org/code/HttpCompressionModule.html). HTTPCompress
is an http module for ASP.NET, you basically define it within your
web.config. The one drawback however, since it is an http module, it
will only compress files processed by the CLR. It will not compress ASP
pages just aspx, etc. HTTPCompress is free and is what I use on
WWWCoder.com for compressing content. Using a third party module allows
you to compress based on mime type, and folder, something IIS
compression does not support.

There are several commercial modules available, but I like httpcompress
since it is free and you get the source code.

Patrick Santry
http://www.wwwcoder.com

Nov 19 '05 #4
I see the settings, if you right click on the top most node "Internet
Information Services", and select properties. This will bring up a
dialog, in the Master Properties section select the "WWW Services" from
the drop down and click on the Edit button. This will bring up the
compression dialog. As far as how effective or how well it works, I
don't know I never used it.

Nov 19 '05 #5
I think it's not very efficient by default keeping in mind this article, but
it can be changed. It seems that this compressor doesn't work with ASPX
content by default.

http://www.wwwcoder.com/main/parenti...8/default.aspx

Just D.

<ww******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
I see the settings, if you right click on the top most node "Internet
Information Services", and select properties. This will bring up a
dialog, in the Master Properties section select the "WWW Services" from
the drop down and click on the Edit button. This will bring up the
compression dialog. As far as how effective or how well it works, I
don't know I never used it.

Nov 19 '05 #6
Which part of the article did you get that impression from ?

"ASPNetCompressTemp" would seem to indicate
that compression *does* work with aspx pages.

Sure, there is "some CPU overhead used on every
page request for dynamic content", but the compression
bandwidth savings are still there.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Just D." <no@spam.please> wrote in message
news:sTHZd.56193$xt.3754@fed1read07...
I think it's not very efficient by default keeping in mind this article,
but it can be changed. It seems that this compressor doesn't work with ASPX
content by default.

http://www.wwwcoder.com/main/parenti...8/default.aspx

Just D.

<ww******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
I see the settings, if you right click on the top most node "Internet
Information Services", and select properties. This will bring up a
dialog, in the Master Properties section select the "WWW Services" from
the drop down and click on the Edit button. This will bring up the
compression dialog. As far as how effective or how well it works, I
don't know I never used it.


Nov 19 '05 #7
Ok, cool, take a look. Here are the screen shots of all these right clicks.
And where? This is Windows XP Pro. I also tried to do the same on Windows
2000 Pro - same result.

http://members.cox.net/dshvetsov/1.jpg
http://members.cox.net/dshvetsov/2.jpg
http://members.cox.net/dshvetsov/3.jpg
http://members.cox.net/dshvetsov/4.jpg

I don't see this tab.

Just D.

<ww******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
I see the settings, if you right click on the top most node "Internet
Information Services", and select properties. This will bring up a
dialog, in the Master Properties section select the "WWW Services" from
the drop down and click on the Edit button. This will bring up the
compression dialog. As far as how effective or how well it works, I
don't know I never used it.

Nov 19 '05 #8
That's your problem, your using a Workstation OS, you need to use a
server based OS.

Nov 19 '05 #9
Ups,

I hope you're right, because I've seen that in a previous version of this
article, maybe it was finally fixed.

Just D.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Oc**************@TK2MSFTNGP15.phx.gbl...
Which part of the article did you get that impression from ?

"ASPNetCompressTemp" would seem to indicate
that compression *does* work with aspx pages.

Sure, there is "some CPU overhead used on every
page request for dynamic content", but the compression
bandwidth savings are still there.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Just D." <no@spam.please> wrote in message
news:sTHZd.56193$xt.3754@fed1read07...
I think it's not very efficient by default keeping in mind this article,
but it can be changed. It seems that this compressor doesn't work with
ASPX content by default.

http://www.wwwcoder.com/main/parenti...8/default.aspx

Just D.

<ww******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
I see the settings, if you right click on the top most node "Internet
Information Services", and select properties. This will bring up a
dialog, in the Master Properties section select the "WWW Services" from
the drop down and click on the Edit button. This will bring up the
compression dialog. As far as how effective or how well it works, I
don't know I never used it.



Nov 19 '05 #10
Yes,

That's what I was starting with. M$ doesn't explain that in articles. The
main difference between Home and Pro edition is IIS, but this "Pro" IIS
doesn't include compression. The maximum that I could get was that: I assume
that I can add that manually because everything in Windows is confugurable,
we just need to know the way.

http://members.cox.net/dshvetsov/5.jpg

Just D.

<ww******@gmail.com> wrote in message
news:11*********************@l41g2000cwc.googlegro ups.com...
That's your problem, your using a Workstation OS, you need to use a
server based OS.

Nov 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Alex Elbert | last post by:
Hi I have built dynamic HTMLTable. Now I want to attach it directly to the Email Body - it is already built, so why not to use a ready table. However, I cannot find the way of getting plain HTML...
1
by: William | last post by:
Looking for a pre built dotnet corporate or small business website template.
1
by: William | last post by:
Looking for a pre built dotnet corporate or small business website template.
48
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott...
3
by: drewj840 | last post by:
I built a Windows service that sweeps a set of folders every 60 seconds and puts the files into a SQL Server database. I am creating a second service that will delete this set of folders and recreate...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.