ASP.NET Where can I write to without modifying permissions?

Posted by LeeW on Stack Overflow See other posts from Stack Overflow or by LeeW
Published on 2010-04-06T22:05:31Z Indexed on 2010/04/06 22:13 UTC
Read the original article Hit count: 301

Filed under:
|

Where can I write to without modifying site permissions? I need to store a value on the server that will remain when all sessions have closed and can be re-read when a new session is started. I need to make sure that no site permissions need to be changed so the location can be written to by anonymous users and any authenticated user.

Does such a place exist?

Thanks Lee

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about permissions