G
Guest
I test asp.net 2.0 application on virtual PC for studio Orcas 2.0. When I
start application I get error in line
session("aa")="bb"
Error tells that I need to enable session state. I found in @page directive
option
enableSessionState which has values false, readonly and true. I put this
value true, however it did not help. it is possible to put this value into
web.config, but i did not find where. Also i need to add appropriate module
in http module list.
Whatever I do, nothing works,
start application I get error in line
session("aa")="bb"
Error tells that I need to enable session state. I found in @page directive
option
enableSessionState which has values false, readonly and true. I put this
value true, however it did not help. it is possible to put this value into
web.config, but i did not find where. Also i need to add appropriate module
in http module list.
Whatever I do, nothing works,