blah blah blah is here! blah blah » Close

2
votes
1 answers

How to modify an assembly to work under medium-trust hosting environments?

For some reason, when I upload my code to my hosting provider, I get an error saying: [code]System.Security.SecurityException: That assembly does not allow partially trusted callers.[/code] What exactly can be done to the assembly to ...

1
votes
1 answers

Ignore bad SSL during web service call in a medium trust asp.net environment.

Codo
84

My latest site has a web service call via HTTPS in it. Works fine on my workstation and works fine on my dev box. Uploaded it to Rackspace and it doesn't work. OK, I investigate the error and I find out that Rackspace's Cloud uses a modifie ...

Feedback