Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

I am making a web application as coding in c# and designing in silverlight3


Today we need to remember many passwords. we need a password for the Windows network logon, our e-mail account, our homepage's ftp password, online passwords (like CodeProject member account), etc. etc. etc. The list is endless. Also, we should use different passwords for each account. Because if we use only one password everywhere and someone gets this password we have a problem... A serious problem. He would have access to our e-mail account, homepage, etc. Unimaginable.


I have a grid the user stores all his username and password in that grid...
To enter in that grid I will give a master key...

Now i wants that when user open that grid and click any of the link which he stored ,then directly
the home page of that user should be open, it means he don't needs to login seperately
from outside,,,,I wants to give this facility in my software..


How it will be possible...
help me

thanks in advace..
Posted

1 solution

wrote:
Because if we use only one password everywhere and someone gets this password we have a problem... A serious problem. He would have access to our e-mail account, homepage, etc. Unimaginable.


Sounds like a pitch. But, anyone who uses your app, if someone breaks their one password, they get them all, right ?

You need to host the browser in a winforms page in order to interact with it, to work out how to log onto a site directly. I doubt that's viable from a silverlight web app.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900