Hello,
I am working on application conversion from website project(VS2008) to web application project(vs2013).
The application run and build successfully on local machine and if we deploy the normal code(not published code) on dev server it works fine.
But when we published the code (published method - file system) and deploy it on dev server , it gives error "object reference not to set an instance .."
I have also found while debugging one of the session value, which we set in a global.asax page under session_start method , which stores the details of logged in user.
this session value becomes null when we land on our default page.
In short normal code works fine dev server but there is some problem with published code.
Note - Session timeout is 20mins and cookies are enabled
I don't have admin access on my local machine so VS2013 not running under administration mode.
Please help