Has anyone hear used forms based login storing the credentials in the web.config with the password in SHA1 or MD5 and gotten it to work? I can get the clear text password to work but not the Sha1 or MD5. I output the hash and the userid to the screen and they are all equal yet if (FormsAuthentication.Authenticate(username.Text.Trim(), FormsAuthentication.HashPasswordForStoringInConfigFile(password.Text.Trim(), "SHA1"))) still returns false.
Travis D. Falls |Consultant, Raft.Net IT | 860.547.4070 | [EMAIL PROTECTED] -----Original Message----- From: Nelson Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 2:34 PM To: [email protected] Subject: RE: [AspNetAnyQuestionIsOk] SQL SERVER SSPI Connection The short answer is no. For more detailed instruction on using SSPI, go here: http://www.connectionstrings.com/ <http://www.connectionstrings.com/> Nelson Hall Application Architect American College of Cardiology 301-581-3489 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ________________________________ From: scaevola637 [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 2:10 PM To: [email protected] Subject: [AspNetAnyQuestionIsOk] SQL SERVER SSPI Connection Here at work can I use SSPI trusted connection to access a SQL Server database on another box? Must I specify Userid and Password? Yahoo! Groups Sponsor <http://us.ard.yahoo.com/SIG=1292g5ej9/M=324658.5816620.6854924.3001176/ D=groups/S=1705006764:HM/EXP=1103829077/A=2343726/R=0/SIG=12ihm4m6o/*htt p://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=11037426773 43724> <http://us.ard.yahoo.com/SIG=1292g5ej9/M=324658.5816620.6854924.3001176/ D=groups/S=1705006764:HM/EXP=1103829077/A=2343726/R=1/SIG=12ihm4m6o/*htt p://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=11037426773 43724> Get unlimited calls to U.S./Canada <http://view.atdmt.com/VON/view/yhxxxvon01900091von/direct/01/&time=1103 742677343724> <http://us.adserver.yahoo.com/l?M=324658.5816620.6854924.3001176/D=group s/S=:HM/A=2343726/rand=393457528> ________________________________ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] cribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] Yahoo! Groups Links This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email and delete this communication and destroy all copies. ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
