RE: login and authorization

From: Andrew (Andrew_at_discussions.microsoft.com)
Date: 08/26/04


Date: Thu, 26 Aug 2004 12:09:08 -0700

Thank You David Chen but I am still having trouble ,
reading the help pages it sounds like anonymous authentication and acl
authorization would work for my scenario.
Where people are asked to login before live content is streamed over the
internet (Subscription based).
When I set anonymous authentication and acl authorization and went to the
web page of my content it asked for my username and password, which is a step
in the right direction for sure.
But I am having trouble getting passed the login.
On my server, I have been messing with "Local users and groups" and added a
new user. I'm starting to think this is wrong.
Under ACL Auth' properties on my publishing point I gave user access to read.
WHere am I going wrong? Where do I set up user logins and access?
Do I need to install domain controllor role? A lot of stuff seems to point
to active directory, if i need it am i right in assuming I have to load the
domain controllor role?



Relevant Pages

  • Re: Checking IsAuthenticated for new ASP.NET session
    ... again...my issue is that I do not want to redirect a user to the login ... force authentication by denying authorization to index.aspx for all ... lets say you are an admin user and this is your ... but all the pages now have 5 javascript menus. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: web.config roles
    ... what i have tried is to use a role based authorization. ... FormsAuthentication login page. ... string encryptedTicket = FormsAuthentication.Encrypt; ... // Create a cookie and add the encrypted ticket as data ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Permit only one network logon per user
    ... authorization on in your app. ... allow a second connection to it using the same creds. ... If user username try to login from a different machine, ...
    (microsoft.public.windows.server.security)
  • Re: web.config roles
    ... login page: ... The authorization works top to bottom your in or your out. ... Your new web.config for the admin folder. ... string encryptedTicket = FormsAuthentication.Encrypt; ...
    (microsoft.public.dotnet.framework.aspnet)
  • asp.net 2.0 roles not working when deploying to web server
    ... The roles implementation works on my development machine but when I ... When I login in as a member of the user role, ...
    (microsoft.public.dotnet.framework.aspnet)