Click here to Skip to main content
16,017,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm working with Integrating asp.net with salesforce.but im getting error

The error is:
unable to automatically step into the server.connecting to the server machine login.salesforce.com failed.The debugger cannot connect to the remote computer.This may be because the remote computer does not exist or a firewall may be preventing communication to remote server


Even this is working with windows applications. but not asp application. why?
and my system is not connected to any server machine. its a pc. Please help me. its very urgency.
or tell me the procedure hhow to overcome this error.
Thank you.
Posted
Updated 6-Apr-17 2:59am

None of your issues are urgent to us. When you ask for free help, you need to wait for it to arrive.

Your debugger cannot connect to a remote site. That does not mean your code cannot connect, only that the debugger cannot step in. login.salesforce.com is an external site and your error has to do with the code that connects to this site. If you're not debugging, then I don't get why you're getting a debugger error. You should provide more details of your process and your code, if you want further help.
 
Share this answer
 
 
Share this answer
 
Comments
CHill60 6-Apr-17 9:04am    
Whereas this is a perfectly valid response it's over 3 years too late. Anyone searching Google for "Sales Force API Integration" is likely to find the Developer community before they find this question

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900