Ask a Question related to ASP.NET Security, Design and Development.
-
Arne #1
Role authorization
I use custom authentication and I set the identity with following line
FormsAuthentication.SetAuthCookie(username.Text, False)
How do I set the role?
Arne Guest
-
Customizable Role-based Authorization
Hi all I need to implement the following scenario in my application: 1. Roles are stored in SQL-SERVER. 2. Access Rights will be given to the... -
URL Authorization
Hi All, I am trying to write several applications, for external users. They will use forms authentication to login. My question concerns url... -
ASP.NET Authorization
I'd like to use role in Forms authentication and I found the following words from .net SDK about ASP.NET Authorization. " Identifies a targeted... -
Role-Based Authorization
I am using ASP.NET and Access as the database. I would like to use role-based authorization for the login page. Can anyone help me? -
How do you set Role-Based authorization for Windows Authentication?
I am working on a company ASP.NET Intranet web application. I am using IBuySpy protal as my "go-by". It uses Forms authentication. I changed it... -
Peter Morris [Droopy eyes software] #2
Re: Role authorization
Is this of any use?
[url]http://www.howtodothings.com/ViewArticle.aspx?Article=31[/url]
--
Pete
====
ECO Modeler, Audio compression components, DIB graphics controls,
FastStrings
[url]http://www.droopyeyes.com[/url]
Read or write articles on just about anything
[url]http://www.HowToDoThings.com[/url]
My blog
[url]http://blogs.slcdug.org/petermorris/[/url]
Peter Morris [Droopy eyes software] Guest



Reply With Quote

