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
Devise SoftwareDevise Software 

We want to integrate one of the our ASP .Net application with Salesforce.

Hello Salesforce Support Team,

We want to integrate one of the our ASP .Net application with Salesforce.
Our main purpose is to upload documents(generally in excel or csv) from our application to Salesforce Account Documents.

We have followed the steps given in following link but couldn't succeed.
http://danlb.blogspot.in/2012/06/salesforce-rest-api-file-upload.html


Can you please help us and provide guidance regarding detailed steps to upload document through our application to Salesforce Account.

We have developer account in Salesforce.
Andy BoettcherAndy Boettcher
Are you looking to load the DATA in the document to Salesforce or the actual document itself?
Devise SoftwareDevise Software

Thanks @Andy Boettcher  for the kind and quick response ,  

Here's the actual scenario , I'm building an ASP.NET application which requires to upload any file e.g. .xlsx , .csv etc from my application to Salesforce's account. For eg , I've one excel file that I want to upload on Salesforce account under documents tab using ASP.NET technology.

I have been pulling out my hairs from long but haven't been able to find a proper solution for it , it would be very helpful if you can show a better and quick way for it also kindly mention some examples so I can understand better.

Thanks 

Andy BoettcherAndy Boettcher
Have you read this article yet?  https://developer.salesforce.com/page/Consuming_Force.com_SOAP_and_REST_Web_Services_from_.NET_Applications (https://developer.salesforce.com/page/Consuming_Force.com_SOAP_and_REST_Web_Services_from_.NET_Applications" target="_blank)

That goes through a good explanation of the Salesforce SOAP and REST APIs, which is what you would use to connect to Salesforce with to push your object to the Attachment or Document object structure.

This is also a great article as well:  https://developer.salesforce.com/page/Integrating_Force.com_with_Microsoft_.NET (https://developer.salesforce.com/page/Integrating_Force.com_with_Microsoft_.NET" target="_blank)