PayPalPDTHandler.aspx not redirecting

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
12/30/2012 12:46:30 AM
Gravatar
Total Posts 13

Re: PayPalPDTHandler.aspx not redirecting

Joe,
After a lot of arguing with the supposed "technical" support for my web hosting, they finally provided a solution.  I am sharing here just in case anyone else experiences the same issue.
Use the following in web.config to establish a connection to the proxy server:

<system.net>

  <defaultProxy>

    <proxy usesystemdefault = "False" bypassonlocal="False" proxyaddress="http://myproxyaddress:port" />

  </defaultProxy>

</system.net>

The bold, italic proxy address needs to be set to the appropriate proxy server address for your hosting company.  Also, Visual Studio (2010 is the version I am using) complains if the False boolean starts with a lower case letter.
 

1/2/2013 11:39:15 AM
Gravatar
Total Posts 18439

Re: PayPalPDTHandler.aspx not redirecting

Thanks for that update! I've added some notes about that to the PayPal documentation to make it easier to find if someone else encounters similar issues with their host.

Best,

Joe

1/3/2013 4:18:19 PM
Gravatar
Total Posts 13

Re: PayPalPDTHandler.aspx not redirecting

Thanks, Joe!

You must sign in to post in the forums. This thread is closed to new posts.