Can I unzip HTTPLog files thru VB.net code?

Discussion in 'Hosting Services / Control Panel' started by IPAlarms, Feb 18, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. IPAlarms

    IPAlarms Developer of VoIP2Go Voice over IP Platform

  2. IPAlarms

    IPAlarms Developer of VoIP2Go Voice over IP Platform

    UPDATE: I found code to unzip the files from an aspx page but the problem is the Discount ASP Scheduled Task does not seem to have access to the httplog folder.

    Is there a workaround ?
     
  3. mjp

    mjp

    Honestly, I can't encourage you to find a way to unzip and parse log files on the server, because I assume as soon as you are successful you are going to immediately run into resource issues. The http logs are meant to be downloaded and parsed. Not parsed on the server.

    What I'm saying is even if you figure out how to do it, it will likely result in problems for your site, or worse, the server your site is on (which will result in your site being shut down).

    I would rethink what you're doing and see if you can't find a way to do it locally.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page