Unzip file in Windows2003 server?

bungpeng

Senior Contributor
Joined
Sep 10, 2002
Messages
906
Location
Malaysia
In Windows2003 server, there is build-in zip/unzip,
so is there anyway I can unzip a zip file in my ASP.NET application?
 
bungpeng said:
In Windows2003 server, there is build-in zip/unzip,
so is there anyway I can unzip a zip file in my ASP.NET application?
if using II6 you can turn on request/response compression for your website on an app by app basis, where before, it was only available sitewide. this is only available on Server IIS not Pro IIS, from what I understand.
 
What is Server IIS and Pro IIS mean? and how to turn on request/response compression? Can I know more details?

I know there are some zip/unzip dll library out there, but I want to use the windows build-in feature, without any third party library. TQ
 
Back
Top