bungpeng Posted August 5, 2004 Posted August 5, 2004 In Windows2003 server, there is build-in zip/unzip, so is there anyway I can unzip a zip file in my ASP.NET application? Quote
Administrators PlausiblyDamp Posted August 5, 2004 Administrators Posted August 5, 2004 You may want to look here a nice free zip / bzip / tar etc .Net library. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Joe Mamma Posted August 5, 2004 Posted August 5, 2004 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. Quote Joe Mamma Amendment 4: The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no warrants shall issue, but upon probable cause, supported by oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized. Amendment 9: The enumeration in the Constitution, of certain rights, shall not be construed to deny or disparage others retained by the people.
bungpeng Posted August 5, 2004 Author Posted August 5, 2004 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.