Ask a Question related to ASP.NET Security, Design and Development.
-
Mike #1
Need to handle multiple types of authentication, need help
I've got an ASP.NET project that i need to support multiple types of login
authentication. I've tried initially to create a login system where you are
presented with an Account / Password page and then also a link that would
allow them to say "Use my Windows NT account". The forms authentication is
a breeze, however I cannot get the Windows authentication to work correctly
without prompting me for a Username/Password when I login.
During development, I'm testing locally on WinXP, when deployed, its on
either Win2K server or Win2K3 server. Kerberos authentication is enabled on
the account and the machine, so I cannot understand why it continues to
prompt for the password. The same code works perfectly in ASP, but not in
ASP.NET.
Can anyone give me some pointers on how to possibly get this to work because
once I get this working, I've still got to implement LDAP and a custom login
protocol too, but I first need to make sure the main SQL/Windows
authentication can work correctly in ASP.NET.
On the virtual folder, both Anonymous and WIA are enabled.
BASIC/Passport/Digest are all turned off.
Thanks,
michael
Mike Guest
-
Multiple Handle on same file for appending
Hi, Is it possible to open multiple textstream on a same file for appending lines ? I would like to manage a logfile for my application that... -
Advanced OOP: Best OO design for rendering multiple page types to multiple devices
Hoping to get some ideas from more experienced hands regarding the best way to use object-oriented design to assist my development of a content... -
How to handle multiple users uploading?
I'm curious if anyone has a prefered method to allow people to sign up for an account, and create a space for them to upload files. Use something... -
Handle Multiple Check Boxes?
I have a PHP generated page which displays X many records. Each record has a checkbox preceding it. The user checks several checkboxes, and hits a... -
ASP.NET Forms Authentication Via A SQL Server Database With Windows User types?
We have built an ASP.NET application that will run on the Intranet using SQL 2000 as our data layer. We have decided to use Form Authentication... -
Keith #2
Need to handle multiple types of authentication, need help
Ran into this recently, perhaps the best way to do this
would be for you use forms authentication and then
programattically authenticate the user off the Active
Directory. Then impersonate the authenticated user.
[url]http://support.microsoft.com/default.aspx?scid=kb;EN-[/url]
US;326340
I hope I'm reading your request right. Please let me
know.
multiple types of login>-----Original Message-----
>I've got an ASP.NET project that i need to supportsystem where you are>authentication. I've tried initially to create a logina link that would>presented with an Account / Password page and then alsoforms authentication is>allow them to say "Use my Windows NT account". Theauthentication to work correctly>a breeze, however I cannot get the Windowslogin.>without prompting me for a Username/Password when Ideployed, its on>
>During development, I'm testing locally on WinXP, whenauthentication is enabled on>either Win2K server or Win2K3 server. Kerberosit continues to>the account and the machine, so I cannot understand whyin ASP, but not in>prompt for the password. The same code works perfectlythis to work because>ASP.NET.
>
>Can anyone give me some pointers on how to possibly getLDAP and a custom login>once I get this working, I've still got to implementSQL/Windows>protocol too, but I first need to make sure the mainenabled.>authentication can work correctly in ASP.NET.
>
>On the virtual folder, both Anonymous and WIA are>BASIC/Passport/Digest are all turned off.
>
>Thanks,
>michael
>
>
>.
>Keith Guest



Reply With Quote

