system.net permissions error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i'm getting a systems.net permissions error on my page and not sure how to
resolve it. i've narrowed it down to one method. do i need to add an
attribute to that method for it to work or something?

thanks,
rodchar
 
Description: The application attempted to perform an operation not allowed by
the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the
permission of type 'System.Net.WebPermission, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
 
i posted more details on my site:
http://www25.brinkster.com/rodchar/test.htm

the gist is i'm using Authorize.Net's credit card validation script for
asp.net and i'm deploying to NetworkSolutions Host Servers and i'm getting
this error. But it works on my local machine(that's a new one huh?)

any ideas would be greatly appreciated
 
Back
Top