ASP.NET Error parsing session log file
Hello,
There were only 4 views and 3 of them are mine when I posted this in the .NET section so I'm re-posting it here.
I copied the example code straight from the .NET & Com Library examples and obviously edited the host, credentials and key. I'm getting an "Error parsing session log file" when I try to open a session in my C# ASP.NET project. I only have some basic transfers to peform so I don't really need logging. But I cannot seem to turn logging off. If nothing else I would need to get logging working but can it be turned off? A new session defautls to NULL values for the log paths but this genearates an error. Setting them to "" doesn't work either.
Also the example code does not mention if it works in ASP.NET but I assume that it should?
Thanks.
There were only 4 views and 3 of them are mine when I posted this in the .NET section so I'm re-posting it here.
I copied the example code straight from the .NET & Com Library examples and obviously edited the host, credentials and key. I'm getting an "Error parsing session log file" when I try to open a session in my C# ASP.NET project. I only have some basic transfers to peform so I don't really need logging. But I cannot seem to turn logging off. If nothing else I would need to get logging working but can it be turned off? A new session defautls to NULL values for the log paths but this genearates an error. Setting them to "" doesn't work either.
Also the example code does not mention if it works in ASP.NET but I assume that it should?
Thanks.