vote up 0 vote down star

Hi, 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.

flag

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? – Agent_9191 Aug 24 at 19:03

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.