In ASP.NET the authentication mode is either windows or forms. windows means use windows credentials and this is typically done by IIS. forms means you're going to build your own login page and do your own custom authentication against your own backend store
for usernames/passwords. It sounds like you want forms auth, no?
justshahzad
Member
21 Points
34 Posts
Provide custom credentials on windows authentication popup
Jan 01, 2013 02:00 PM|LINK
Is it possible to pass some credentials say some-domain/user instead of comp-name/user?
Infact, I am using a dll for authentication that is using windows login. I want to use custom login information instead of windows login.
BrockAllen
All-Star
27512 Points
4895 Posts
MVP
Re: Provide custom credentials on windows authentication popup
Jan 01, 2013 02:44 PM|LINK
In ASP.NET the authentication mode is either windows or forms. windows means use windows credentials and this is typically done by IIS. forms means you're going to build your own login page and do your own custom authentication against your own backend store for usernames/passwords. It sounds like you want forms auth, no?
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/