Blog Home  Home Feed your aggregator (RSS 2.0)  
kevin Mocha - How to let web service calls go through on 1and1.
Bookmarks collected from web.
 
 Thursday, March 08, 2007

Finally got the response from 1and1 technical support. You have to setup a proxy server to make it work:


Use the following in web.config to establish a connection to the proxy server:

<system.net>
<defaultProxy>
<proxy
usesystemdefault = "false"
bypassonlocal="false"
proxyaddress="http://ntproxy.1and1.com:3128"
/>
</defaultProxy>
</system.net>

Thursday, March 08, 2007 9:17:11 PM UTC  #    Comments [0]    |  Trackback
Comments are closed.
Copyright © 2009 Kevin Mocha. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: