Hello,
I'm getting an "Error parsing session log file" as 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 path but this genearates an error. Setting them to "" doesn't work either.
Thanks.