Login into secure page using c#http://forums.asp.net/t/1709303.aspx/1?Login+into+secure+page+using+c+Tue, 06 Sep 2011 08:38:10 -040017093034548369http://forums.asp.net/p/1709303/4548369.aspx/1?Login+into+secure+page+using+c+Login into secure page using c# <p>Hi,</p> <p>I want to login into a secure website (which has username and password to access) using c# through my own application.</p> <p></p> <p>Please help me ?</p> <p></p> 2011-08-10T17:00:31-04:004548446http://forums.asp.net/p/1709303/4548446.aspx/1?Re+Login+into+secure+page+using+c+Re: Login into secure page using c# <p>Use Form Authentication</p> <p><a href="http://msdn.microsoft.com/en-us/library/ff649202.aspx">http://msdn.microsoft.com/en-us/library/ff649202.aspx</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ff648635.aspx">http://msdn.microsoft.com/en-us/library/ff648635.aspx</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ff649227.aspx">http://msdn.microsoft.com/en-us/library/ff649227.aspx</a></p> <p><a href="http://www.dotnetfunda.com/articles/article141.aspx">http://www.dotnetfunda.com/articles/article141.aspx</a></p> 2011-08-10T17:33:52-04:004548453http://forums.asp.net/p/1709303/4548453.aspx/1?Re+Login+into+secure+page+using+c+Re: Login into secure page using c# <p>Hi,</p> <p>I want to login into another website from my own web application.</p> <p>please help</p> <p></p> 2011-08-10T17:40:36-04:004556075http://forums.asp.net/p/1709303/4556075.aspx/1?Re+Login+into+secure+page+using+c+Re: Login into secure page using c# <p>c howcan som1 log into other's website ...&nbsp;</p> <p>basic steps for accessing a website</p> <p>1) the web server and ur PC must be on the same LAN ..</p> <p>2)u must be authenticated .. ie ur credentials must be matched with the 1's for whom &nbsp;application is registered ..</p> <p>3)or u must use web service,provided the other party is willing to accept users logged into ur application as authenticated ..</p> 2011-08-16T14:19:37-04:004584486http://forums.asp.net/p/1709303/4584486.aspx/1?Re+Login+into+secure+page+using+c+Re: Login into secure page using c# <p>Hi,</p> <p></p> <p>I think you are thinking about openID? right if so you can google from openID, this will allow user authenticated in another website/webapp like twitter or facebook or google mail etc.... be able to use their authentication into your website.</p> <p>Extension to openID should be available but may require a lot of knowledge and coding.</p> <p>You can also write your own, you have to write authentication classes, have an endpoint configured(WCF) and then expose your authentication classes to remote users and sign an agreement with the other websites so that they can use your authentication. And all of this can be &nbsp;messy depends on your activities but I don't see any point of doing so if you are just a small company.</p> <p></p> <p>Regards</p> 2011-09-06T08:38:10-04:00