I had a similar problem but instead of HTTP 503 I was getting a tcp connection reset.
To fix I had to add the following to <system.web> in web.config
<trust level="Full" />
To fix I had to add the following to <system.web> in web.config
<trust level="Full" />