Guest
2007-05-09T10:47:38Z
I am getting a HTTP connection error ( IntelliSMSException.ResultCode = ResultCodes.HTTPConnectionError ) when I try and send a message using the DotNet Interface.
Support
2007-05-09T10:50:12Z
HTTP Connection problem can be caused by the following:

- HTTP connection problems may be caused by firewall or antivirus software you have running on the machine. Some antivirus only allows certain application (such as Internet Explorer) to connect out to port 80. Please check the configuration of any firewall and/or antivirus (including Anti-Spyware) software, particular in relation to Port 80 access.

- If you are accessing our gateway from ASP.Net and your proxy server requires authentication, then HTTP access may be blocked. This is because the ASP.Net Worker Process is running as a local machine account (e.g. ASPNET). To fix this issue you can try running the ASP.Net Worker Process as your own personal domain account (please note this may introduce security risks).

Extra error information can be found in the IntelliSMSException.InnerException.Message property.