Re: redirecting to main page

From: Brock Allen (ballen_at_NOSPAMdevelop.com)
Date: 03/30/05


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



Relevant Pages

  • Re: General questions about LDAP, GC and access permissions
    ... Windows Communication Foundation) they are authenticated with the regular ... this is done by examing what groups the user is a member of. ... Since the regular windows authentication is used, ... trusted domain in an external forest. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Help please to authenticate Windows users
    ... status error code as well as Win32 error code -- I know the HTTP status code ... Windows Authentication automatically works if the machines are joined to the ... Is VS.Net on the same machine as IIS ...
    (microsoft.public.inetserver.iis.security)
  • Re: Intermittent access to web site secured with Windows authentication
    ... Marcus ... > Windows Authentication is connection-based and not delegatable. ... > various elements of Internet networking that can prevent Windows ... > likely work in your access scenario. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Intermittent access to web site secured with Windows authentication
    ... Windows Authentication is connection-based and not delegatable. ... When you try to access it from home (i.e. Internet scenario), ... in after multiple login prompts. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Custom authentication in a web application
    ... On the server we create our own principal object ... > Any reason for using Windows Authentication here rather than any of the ... >>two overloads of IsInRole to use our own security check. ...
    (microsoft.public.dotnet.framework.webservices)