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
asp .netasp .net 

integrate my asp .net web application

Hi i make one image uploading and downloading application in asp .net technology . i want to integrate it with salesforce i need some document with example. i need to do some modification on my apps or i need to do something else.i already searched on it i got some doc on it but its not with step by step process with example so it is lil bit harder to understand. 

MisbahMisbah

Hi

 

You can do it using Rest API.

 

1- Integrate Salesforce in your application - http://wiki.developerforce.com/page/Force.com_for_ASP.NET_Developers

 

Then same like using Objects you can upload attachments and documents to salesforce. It is very easy.