Questions tagged [full-trust]

Full trust is a trust level in ASP.NET. It authorize a code to do anything that the account running it can do.

Trust level refers to permissions set in the Web.config file that dictate what operations can and cannot be performed by Web applications.

With the full trust level, a code can do anything that the account running it can do.

93 questions
0
votes
1 answer

How to create the right certificate to elevate trust in Silverlight 5 application?

I read about using P/Invoke through Silverlight 5 and tried and it works. But it only works in a trusted environment. This means that applications downloaded from the remote website is not run in an elevated trust. I digitally signed my application…
Patrik
  • 1,286
  • 1
  • 31
  • 64
0
votes
1 answer

I migrated my ASP.Net site from one UNC path to another but a subapp is giving me an AspNetHostingPermission

I've migrated my ASP.Net website from a UNC path on one server to a new UNC path on a new, bigger server. After messing about with Code Access Security permissions in caspol and making sure the AppPool has the right settings, the website is working…
Owen Blacker
  • 4,117
  • 2
  • 33
  • 70
0
votes
1 answer

one WPF xbaps hosted on two IIS virtual applications pointing to the same physical location.. one is trusted, the other isn't.. How can this be?

I have been having an issue with 'Trust Not Granted' out of no where. I have been deploying my app for a few years many many times. Out of the blue, I am having a strange issue where the same key I have been using forever, which doesn't expire…
RichardJohnn
  • 654
  • 9
  • 24
1 2 3 4 5 6
7