You can check whether the user id and password combination is there
using active directory ,if the user id password is valid then only
check wether the user belong to the specific group.
> Hello Guys,
> i need to program an ASP.net Webapplication.
[quoted text clipped - 18 lines]
>
> Can anybody help me?
Björn K - 20 Dec 2007 10:37 GMT
On 18 Dez., 12:49, "arna...@gmail.com" <arna...@gmail.com> wrote:
> You can check whether the user id and password combination is there
> using active directory ,if the user id password is valid then only
[quoted text clipped - 24 lines]
>
> - Zitierten Text anzeigen -
Oooweeh,
the query of the username/password works!
This link helps a lot:
http://support.microsoft.com/default.aspx?scid=kb;en-us;326340
Now I only have to check for the group...