Tagged Questions
4
votes
1answer
171 views
Security issue with Azure
I need my application to run in FullTrust mode so I added this line to my web/config file:
I also modified the .csdef filr to enableNativeCodeExecution.
But when I want to run my application (which ...
0
votes
1answer
121 views
Is it possible to sandbox an ASP.Net site on IIS7.5 without using Medium Trust?
Setting the .Net trust level to Medium on a site will ensure that no code can access files outside the application directory.
I have an ASP.Net site that must run in Full Trust. I have configured my ...