Hi all.
I have one problem with HttpContext.Session.
I am using version 4.1
describe:
- I run site from visual studio => everything is ok.
- but I publish site as debug mode, and host it on IIS.
- and I run that site => I can't use HttpContext
- error message : 'this.HttpContext.Session' threw an exception of type 'System.IO.FileNotFoundException
can anyone help? thanks.