This is a discussion on "login client automatically to https website" within the ASP.NET Forum section. This forum, and the thread "login client automatically to https website are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
login client automatically to https website
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
login client automatically to https website
Hi,
I have a database in which I have stored the URLs, my login names in that domains and corresponding passwords. I am developing an asp .net application in which I just enter the url and login name on web page. ASP .NET retrieves the password from the database, and automatically logs me in that domain and displays welcome page in browser particular to my user name. I have done the part of retrieving password, but I have no clue how to automate login. Can anyone please help me out? Thanks, Minnie |
|
|
|
|||
|
Re: login client automatically to https website
Can you explain what you mean by automatically log someone in to a domain? Are you talking about loggingin in to one website form another website here or a windows Active directory type domain.
If you are trying to log into another website from this one then you would need to know the receiving websites username/password variable names and post the user to the site. however some sites prevent this for security reasons. You can do this both on the client and server side. If you are using the later then you can use impersonation either through scripting or IIS or both. |
![]() |
| Tags |
| login, client, automatically, https, website |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Website with login feature | robinmitra1 | PHP Forum | 5 | Apr 25th, 2008 13:54 |
| Client-Editing Tools for Website.. | BlackReef | PHP Forum | 2 | Dec 12th, 2007 20:47 |
| WebSite Security Login Redirect | donlor18 | Website Planning | 2 | Jan 24th, 2007 12:29 |
| Best way for client to update their website? | edd90 | Introduce Yourself | 3 | Aug 22nd, 2006 20:12 |
| client login script? | godonlyknows | PHP Forum | 6 | Jul 23rd, 2005 17:47 |