In an earlier version of Visual Studio, I could see the contents of a session variable by highlighting the session variable after hitting a breakpoint.
session("UserID")
But I can't do it in VS 2013.
What am I missing?
Thanks in advance
In an earlier version of Visual Studio, I could see the contents of a session variable by highlighting the session variable after hitting a breakpoint.
session("UserID")
But I can't do it in VS 2013.
What am I missing?
Thanks in advance