I need to view variables or trace I am having problems debugging over a server
I need to look at the following:
Response.Write(Session("ssUserName"))
Response.Write(Session("ssUserAuthority"))
Response.Write(Session("ssUserBU"))
Response.Write(Session("ssNtUser"))
ch = getch() pause here I am not sure how to do this in vb.net.
also should I use Response.Write to trace my variables?
Any help would be appreciated.
Thanks.
I need to look at the following:
Response.Write(Session("ssUserName"))
Response.Write(Session("ssUserAuthority"))
Response.Write(Session("ssUserBU"))
Response.Write(Session("ssNtUser"))
ch = getch() pause here I am not sure how to do this in vb.net.
also should I use Response.Write to trace my variables?
Any help would be appreciated.
Thanks.