Re: redirecting to main page
From: Brock Allen (ballen_at_NOSPAMdevelop.com)
Date: 03/30/05
- Next message: Hernan de Lahitte: "Re: Forms Authentication Ticket Reissue"
- Previous message: vips: "Re: redirecting to main page"
- In reply to: vips: "Re: redirecting to main page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Mar 2005 08:39:10 -0800
The docs cover that. Also, the second link I gave you should give you more
insights. But yes, windows authentication is supported and it does allow
you to specify the windows groups.
-Brock
DevelopMentor
http://staff.develop.com/ballen
> how to use roles ...do i need to create tables ??
> what should be the table strcuture ..
> can u give me an example of creating this security model ...if I am
> using
> windows based authentication.
> please help...
>
> "Brock Allen" <ballen@NOSPAMdevelop.com> wrote in message
> news:303934632477757022294672@msnews.microsoft.com...
>
>> You should look into the <authorization> element in web.config --
>> this
>>
> allows
>
>> you to specify who is and isn't allowed to see certain pages and it
>>
> automatically
>
>> redirects the user to a login page (or any page you specify) if
>> they're
>>
> not
>
>> authorized:
>>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgen
> ref/html/gngrfauthorizationsection.asp
>
>> And here's a way more in depth look:
>>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnet
> sec/html/SecNetch03.asp
>
>> -Brock
>> DevelopMentor
>> http://staff.develop.com/ballen
>>> I am working on asp.net application
>>> what should I do so that if any user directly types the url other
>>> than
>>> "mainpage.aspx" of my application, he should be directed to
>>> "mainpage.aspx".
>>> I am managing user access by enabling and disabling the links on the
>>> web
>>> page depending on the user.
>>> cheers
- Next message: Hernan de Lahitte: "Re: Forms Authentication Ticket Reissue"
- Previous message: vips: "Re: redirecting to main page"
- In reply to: vips: "Re: redirecting to main page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|