Author |
Topic Search Topic Options
|
Gullanian
Senior Member
Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
|
Post Options
Thanks(0)
Quote Reply
Topic: Server side zip compression Posted: 15 December 2003 at 1:14pm |
Wondering if there are any ridicuously priced components out there that can compile zip files server side.
|
 |
Mart
Senior Member
Joined: 30 November 2002
Status: Offline
Points: 2304
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 December 2003 at 1:20pm |
You can do it for free with .NET and this component http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.as px
it might work with ASP im not sure
|
 |
Gullanian
Senior Member
Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 December 2003 at 1:34pm |
Cheers. I had a good idea of when an order is placed for some ASP code, it generates one of the page server side, and adds a unique product key into the html. then when you see your code in use you can see if they are using a valid copy, or they got it off a mate!
|
 |
KCWebMonkey
Senior Member
Go Chiefs!
Joined: 21 June 2002
Status: Offline
Points: 1319
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 December 2003 at 2:31pm |
not a bad idea.
|
 |
Bluefrog
Senior Member
Joined: 23 October 2002
Location: Korea, South
Status: Offline
Points: 1701
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 December 2003 at 6:09am |
You should be careful about that kind of functionality server-side - it is CPU intensive. I don't know what you'd be zipping, but for things like log files, it should be fine.
If you are doing a lot of zipping, it could become a problem for your hosting company, unless you have a dedicated server of course. But then it's all volume centric...
Just my $0.02.
Edited by Bluefrog
|
|
 |
jamesa007
Newbie
Joined: 10 July 2017
Location: raleigh, nc
Status: Offline
Points: 2
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 July 2017 at 6:37pm |
Hi y'all, im new to the site and am in need of help with how to install "Server Side ZIP component" found at: http://www.icsharpcode.net/Source/SharpZipLib/Default.aspx - http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.as px
we are running a VPS server with Hostgator in the USA and their support is lacking any kind of energy. Any help is apprecialed
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Poole
Status: Offline
Points: 9748
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 July 2017 at 9:04am |
Should be simple to install, just place the DLL in your ASP.NET applications Bin folder. If you need better support for your VPS, then try our own Hyper-V Cloud Servers instead; https://www.webwiz.net/cloud-servers/
|
|
 |
jamesa007
Newbie
Joined: 10 July 2017
Location: raleigh, nc
Status: Offline
Points: 2
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 July 2017 at 1:15pm |
thanks very much for the info. Unfortunately we paid in advance for our hosting with Hostgator, but a s soon as we are finished i will look into https://www.webwiz.net/cloud-s/ - https://www.webwiz.net/cloud-servers/
|
 |