System.IO.Direcory and Lost Session

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

use of Directory.CreateDirectory or Directory.Delete and I lose my InProc
session variables.

Does anyone know a workaround? TIA for any assistance!
 
changing file in your website causes a recompile, thus losing inproc
session. make a directory structure or if version 2, use the app_data dir.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top