theoryofben
IS-IT--Management
Hello All
I have developed an app which needs to process credit cards through authorize.net
I'm using httpwebrequest method (vb.net). All works well on the development machine. But when I upload to server (network solutions), I get the following error:
Is this a security setting on the server that must be changed or can it be fixed in code? This is my first use of httpwebrequest, so I'm not familiar with the security considerations. If someone could point me in the right direction, I would greatly appreciate it.
Thank in advance.
________________________________________________
[sub]"I have not failed. I've just found 10,000 ways that won't work."-Thomas Edison[/sub]
I have developed an app which needs to process credit cards through authorize.net
I'm using httpwebrequest method (vb.net). All works well on the development machine. But when I upload to server (network solutions), I get the following error:
Code:
Exception Details: System.Security.SecurityException: Request for the permission of type System.Net.WebPermission, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
Is this a security setting on the server that must be changed or can it be fixed in code? This is my first use of httpwebrequest, so I'm not familiar with the security considerations. If someone could point me in the right direction, I would greatly appreciate it.
Thank in advance.
________________________________________________
[sub]"I have not failed. I've just found 10,000 ways that won't work."-Thomas Edison[/sub]