Framework 2.0 Web/Intranet...
What I would like to accomplish is to use windows authentication as the
store for membership services. IE: User is logged into AD they are logged
into the web site. On the otherhand if the user enters the site without
authentication to AD I would want them to either present their login and
password for AD or have a set of pages that would be only for unauthenticated
users.
I'm fairly new to VS developement making a move from the php world, so this
may seem fairly simple, but I've spent some time working on variouse
approaches without much success so far.
Question: Is this possible?
Question: Would my web.config be using Windows authenciation?
Question: What is the general flow for a process like this?
Kimba - 20 Feb 2006 14:32 GMT
If I understand you correctly, you only need to enable NTLM authentication
on IIS (and disable Anon, basic). Then, you need to set the credentials
when accessing your webservices from your application (I am not sure that
using default credentials will work so you may have to prompt the user for
them).
> Framework 2.0 Web/Intranet...
>
[quoted text clipped - 14 lines]
> Question: Would my web.config be using Windows authenciation?
> Question: What is the general flow for a process like this?