How is the best way to let members of a club or orgianization gain access to
a sub web? Do I need a database with everyone's name or can they just create
their own password? I want to spilit the web site so we have general public
access and then members only to the sub web. HELP please!

Re: HELP! members only gateway access by Byron

Byron
Tue May 03 19:50:08 CDT 2005

You might want to look at something like dotnetnuke, it might be simpler
than creating your own.
http://www.dotnetnuke.com

- Byron

> How is the best way to let members of a club or orgianization gain
> access to a sub web? Do I need a database with everyone's name or can
> they just create their own password? I want to spilit the web site so
> we have general public access and then members only to the sub web.
> HELP please!
>




Re: HELP! members only gateway access by Steven

Steven
Wed May 04 12:52:47 CDT 2005

You could create a user account for each user and then configure the web
server to allow anonymous access for the website you want to allow anonymous
access to and then require authentication for the other website. Also you
can have anonymous access and require authentication for a website and
anonymous users will only be able to access folders where they have
permissions. If a user tries to access a folder that is restricted then the
user will be prompted for credentials. Authentication methods can be basic,
digest, and integrated. They all have there own advantages and
disadvantages. Basic authentication for instance sends credentials in clear
text which can be protected with a ssl connection while digest
authentication requires that the server or Active Directory store passwords
with reversible encryption. The links below explains more. --- Steve

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconiisauthentication.asp
http://www.rtr.com/fpsupport/serk4.0/scwin_2.htm

"Discman" <Discman@discussions.microsoft.com> wrote in message
news:80DC9D97-88FF-46D8-B772-A2153A4DE3C0@microsoft.com...
> How is the best way to let members of a club or orgianization gain access
> to
> a sub web? Do I need a database with everyone's name or can they just
> create
> their own password? I want to spilit the web site so we have general
> public
> access and then members only to the sub web. HELP please!