You need to sign in to do that
Don't have an account?
KD119
Force.com site login
Hi,
I have created a new force.com Site using the Customer Portal authentication. I have setup the login and registration page from within the Force.com sites using the standard pages provided by Salesforce.
We already have a website developed using ASP.Net, we would like to integrate the login area within an page of the existing website.
Any examples on how to do this will be of great help.
Thanks
KD
do u want use Force.com site session in ASP.Net web site?
Hi,
No I just want the Authenticaation page within the asp.net website. Once the user is authenticated they will be redirected to the sites home page.
Thanks
KD
For this consume wsdl of SFDC, do login API call from Auntication page(which u developed in ASP.net) and after succesfull login, that call will return you session ID then redirect user to force.com site home page with sessionId in URL.
Hi,
Just for clarification wont the login method provide session Id only for the Salesforce.com instance. Can the login method also be used for authenticating customer portal users too.
Thanks
KD