function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jimmy HsuJimmy Hsu 

How to use .net c# to add website lead to salesforce ?

We use web2lead form to submit lead from our website, but it would be fail sometime due to browser tracking protection or other reason.
So we decide to add the lead via background process, not from foreground like using ajax 
Is there a dll or api or web service that our partner can use to add the lead to saleforce ?
We have provide some info at setup/Build/Develop/api.  But our partner said it does not help.
Please give us some advice, Thanks

 
Best Answer chosen by Jimmy Hsu
Abhishek_DEOAbhishek_DEO

It can be easliy done by importing Salesforce provided WSDL into their .net application.Please go through the below article that explains the process. They have provided a sample for lead creation.

Integrating Force.com with Microsoft .NET: (https://developer.salesforce.com/page/Integrating_Force.com_with_Microsoft_.NET)