HttpWebRequest in Medium Trust

I am trying to connect to a credit card processing company using asp.net. The problem i am having is that the servers are setup in medium trust which is throwing a security exception. Does anyone know a workaround or another way to do this in asp.net?
 
I could be wrong but I think that's the same functionality of the .NET framework that DotNetNuke uses to pull in rss feeds. That seems to work on JodoHost.

I just checked the host setup area of my DNN site and it says that it has "WebPermission" which I think is what you need. So ... either it should be enabled by default and somehow it isn't on the server you're on or perhaps they only turn it on by request or for DNN installations.

I am trying to connect to a credit card processing company using asp.net. The problem i am having is that the servers are setup in medium trust which is throwing a security exception. Does anyone know a workaround or another way to do this in asp.net?
 
Back
Top