Ask a Question related to ASP.NET Security, Design and Development.
-
Nick Breau #1
Roles Based Security and Server.Transfer Problem
Hi All,
I'm looking into a Security solution using ASP.NET and C# for an
Enterprise level application. I would like to implement Role based
security with authorization being performed via entries in the
web.config file (non programmatically, without having to call the
..IsInRole("blabla"); method.
Everything has been fine so far.
However, I am also using a frontController (extending IHttpHandler)
and all requests to the server pass through my custom frontController
and get redirected to the requested page via Server.Transfer.
The problem is that the call to Server.Transfer seems to bypass the
authentication for the page the user is being transferred to. I'm
assuming this is probably by nature due to the way server.transfer
works. Response.Redirect is not an option due to performance reasons.
Does anybody have any suggestions or work arounds for this problem ?
So far it seems to me like I've hit a major roadblock.
thanks,
Nick.
Nick Breau Guest
-
Newbie: Data transfer security problem
I am building a reservation system for a client using ASP.NET and VB.NET. They want the ability to create customers and invoices in the application... -
Roles in encrypted cookie, security problem?
Hi, I was just looking over a few samples of role based security in combination with forms based authentication. The samples I find seem to store... -
Forms Authentication based on roles.
HI, I have the following problem. I am making a portal of DJs. The djs must have a Menu, the administrator another menu. I created 2 directories... -
Roles Based Security and Server.Transfer
Hi All, I'm looking into a Security solution using ASP.NET and C# for an Enterprise level application. I would like to implement Role based... -
Problem with Server.Transfer
Hello All I have 2 webforms on a button click I use Server.Transfer to navigate to the second form . In the second form I have a button uses...



Reply With Quote

