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
santhakumar munuswamysanthakumar munuswamy 

how to integrate salesforce with asp.net sample page

I want to integrate salesforce for my sample asp.net page. can you please share me procedures or steps

thank you
IPFramptonIPFrampton
I'd recommend using the Partner API. A basic tutorial can be found here: 

http://www.salesforce.com/developer/docs/api/Content/sforce_api_partner_examples.htm

Partner is my preffered API personally as it's not strongely typed which means as you add fields to objects you don't need a fresh version of the WSDL every time which can be useful if you're doing SF Development alongside your ASP.Net development.