Posted By: qwert231 | May 11th @ 1:21 PM
page 1 of 1
Comments: 6 | Views: 624
qwert231
qwert231
M Kenyon
I'm in a SQL report project in Visual Studio 2005, I set my share connection, and Check 'Save my password', EVERY TIME I START THE PROJECT!!!!!!

Why does this forget the password?!?!

Are you on Vista? Is Visual Studio running elevated?

figuerres
figuerres
???

this kind of happens in serveral things,  IIS with NTLM auth also says it will save the password but never does.

SQL with Int. auth does not ask for a password.

Report server may or may not ask for a password depending on how it's opened (Lan or Internet)

I do think it's a bit of a pain and needs to be handled better in all applications.

I think that part of the problem is trying to have a std dialog but behind it having 2-3-4 different auth systems to talk to and the whole issue of the security (or lack of same) in how you store and re-use that password.

if you store it then you need to encryipt it. if you do that is it 2 way or one way (salt + hash) and which systems of auth can you use with 1 way .... there are a bunch of details there to sort out...  not just the "store the password" thing.

It is a security feature.  Yes, it is a major pain however leaving passwords in programs is never a wise thing.   it makes hacking that much easier.

 

 

 

W3bbo
W3bbo
The Master of Baiters

"Save My Passsword" only works if it's using Windows Authentication (IIRC) so if you're using SQL Authentication it won't work.

page 1 of 1
Comments: 6 | Views: 624
Microsoft Communities