Ask a Question related to ASP.NET General, Design and Development.
-
Thotatri #1
HttpContext.Current.ApplicationInstance.CompleteRe quest not working
hi
This is very minor issue.. but still I am not able to
find the way out..pls help..
In my header page I am checking against session, & if the
session is not present I am poping up a login page & I am
using response.end to the current page so that nothing
get displayed until he logs again..
The problem is ThreadAbortException Occurs when I am
using this.. I want to avoid this .. more over worker
process getting recycled coz of this..
I tried using
HttpContext.Current.ApplicationInstance.CompleteRe quest
instead of response.end..
But this piece of code is not working..
pls let me know on this...
I am using framework1.0
All suggestions welcome..
Thanks in advance
Thotatri P
Thotatri Guest
-
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... -
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... -
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... -
HttpContext.Current
Now how in the wolrd does that work? How does it know that some static method I called on some library was called by a page that had that context?...



Reply With Quote

