I'm getting the following error when using stripe payment (test mode) on a ASP.MVC 4.0 application, published in 1and1 shared hosting:
Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Does anyone has faced similar errors? I've read that shared hosting may have something to do because it uses "medium trust" configuration, but it's difficult to accept that stripe can not be used in shared hosting accounts (most websites runs in shared hosting I believe)
Thanks a lot!