Search

You searched for the word(s): userid:814641

Matching Posts

  • Re: download a file and log it on IIS

    Thanks, but to create a web request, the file has to be accessible from the web ?
    Posted to Free For All (Forum) by poiuytrezSept on 7/21/2008
  • download a file and log it on IIS

    Hi, I have files on my servers that I wanted to be download by my users. For the moment I have the code below it works, but the files downloaded are not log in IIS. Thanks! 1 string filepath = ((LinkButton) sender).CommandArgument; 2 string filename = filepath.Substring(filepath.LastIndexOf( '\\' ) + 1, filepath.Length - filepath.LastIndexOf( '\\' ) - 1); 3 4 Stream s = null ; 5 Byte[] buffer = new byte [0]; 6 try 7 { 8 s = File.Open(filepath, FileMode.Open, FileAccess.Read, FileShare
    Posted to Free For All (Forum) by poiuytrezSept on 7/21/2008
  • log in IIS files downloaded

    Hi, I wanted to know how to log in IIS files that are downloaded throw rainbow. Logging is activated under IIS but it doesn't log the files downloaded throw rainbow ( but it works with filed downloaded normally) Thanks!
    Posted to Rainbow Portal (Forum) by poiuytrezSept on 7/21/2008
Page 1 of 1 (3 items)