Problem in migrating from VS 2003 to VS 2005
Hi,
When iam running running a Visual studio 2005 application in debug mode it shows " HttpException was unhandled by user code .... ; Session state is not available in this context " , Actually this project was converted from Visual studio 2003 , previously in VS 2003 it was working fine. I think is the problem related to session . Even i can't validate the session with httpcontext.current.session also.
Hope any one can help me.