Ask a Question related to ASP.NET Security, Design and Development.
-
Mark D. #1
How secure is HttpContext.Current.User.Identity.Name ?
How secure it is to authorize access to an ASP.NET application based on the
value of the HttpContext.Current.User.Identity.Name propery? I understand
returns the user credentials used to make the HTTP call.
thanks
Mark D. Guest
-
flow user identity to web service through httpcontext??
hi all is there anyway to get access to the httpcontext of a web service call so that a custom principal object can be carried in the... -
HttpContext.Current.User.IsInRole
Hi, I have a problem when I am using the HttpContext.Current.User.IsInRole... This is my code: if (HttpContext.Current.User.IsInRole("Admin... -
creating custom HttpContext.Current.User.Identity
I've started getting into using forms authentication for asp.net apps with c#. From what i understand so far (limited) I like the way things work!... -
Web.HttpContext.Current.User.Identity.Name is blank
I am using an application which is a modification of IBuySpy Portal. It is using Forms authentication. Users login and their name is added to... -
HttpContext.Current.User not available in the redirected page
I am trying to use Forms Authentication and Role-Based Security: I have two pages: login.aspx and Default.aspx. -------------------------- This is...



Reply With Quote

