Integrating a login page with a domain

  • Thread starter Thread starter Jon Westmore
  • Start date Start date
J

Jon Westmore

I would like to use an ADS group as the authentication method for a login
page. Any tips to get me going in the right direction would be appreciated.

Thanks,
Jon
 
Check out Page.User.IsInRole("domain\role")
Also make sure your web.config uses
<authentication mode="Windows" />
and the IIS website is setup for Integrated Windows Authentication.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top