I want to write a session log file from global.asax, open log at session_start and close at session_end
evidently you can't use server.mappath for the file path, and I tried using ~\session.log, but get an error
is there any way to not have to hard code a path?
...
Go to the complete details ...