0

is there any way to use windows authentication in ASP.NET without needing a windows account? I need a virtual directory to be passworded using the browser authentication prompt.

1
  • Are you trying to set up a route in your RouteCollection to be secured with authentication, or are you trying to set up a virtual directory in IIS with something like Basic Authentication? Commented Aug 24, 2009 at 19:03

1 Answer 1

1

If you're using Windows Authentication, you need a Windows account to authenticate against.

If you're up for the challenge, you can set your application up to use ADAM (Active Directory Application Mode). It'll give you way to have accounts that are application specific rather than Domain Wide.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.