You need to sign in to do that
Don't have an account?

Getting the following error when I try to release my webapp.
I am releasing an application that I have created on to another server that uses the sforce API 4.0 and the web app was written in C#. But I am getting the following error. Any ideas?
The underlying connection was closed: Unable to connect to the remote server.
|
Where would I set the proxy server? Do I do it on my codebehind when loging on to salesforce?
svc = new sforce.SforceService();
svc.Proxy = new WebProxy("localhost", 5049);
Hi Simon,
I have spoken with my network admins and they said that we don't use a webproxy. Any other ideas? Could it be behind a firewall and if it is how would I go about fixing it?
It's some sort of connectivity issue, it can't make a connection to www.salesforce.com, your network admin folks should be able to help track it down.