Hi All
I have a problem with this line of code
Dim req As HttpWebRequest = CType(WebRequest.Create(PayPal_Url), HttpWebRequest)
The variable PayPal_Url is what it say's for using the Pay Pal std payments, but I get a security exception when I try and run this line of code in a Medium trust environment, so can anyone tell me how to re write please.


Reply With Quote

Bookmarks