Tagged Questions

0
votes
1answer
21 views

How to mimick medium trust?

Is it possible to change my local dev environment (preferrably just a single IIS site) to work under medium trust?
1
vote
2answers
34 views

How can I narrow down which call is making a fully trusted call?

My host only allows medium trusted web applications. I am getting this error: Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers. I have …
0
votes
3answers
59 views

ASP.NET - PDF Component in Medium Trust

Can anyone recommend some ASP.NET-compatible PDF Components that work in a medium trust environment? I read that ITextSharp works well, but coming from ABCPdf and ASPPdf, the thought of compiling the …
1
vote
4answers
106 views

XmlSerializer under Medium trust bombs

I am having trouble using XmlSerializer with medium trust in my ASP.NET MVC 2 application. The stack trace is: [SecurityException: That assembly does not allow partially trusted callers.] …
0
votes
1answer
60 views

ASP.Net Application Trust Medium File IO Outside Virtual Directory

I am trying to determine how suicidal this is... I have a hosting environment where a custom ASP.Net CMS application needs to access the files in the root folder of a website even though it is in a …
0
votes
1answer
48 views

Graphs in ASP.NET Medium Trust

I've tried to use MSChart and ZedGraph but they both require Full Trust. Are there any other graphing libraries that I could use in Medium Trust webhosting? I have to note that I have very low ASP.NET …
3
votes
3answers
173 views

How to Automate Testing of Medium Trust Code

I would like to write automated tests that run in medium trust and fail if they require full trust. I am writing a library where some functionality is only available in full trust scenarios and I …
2
votes
1answer
119 views

Subsonic 3.0 Medium Trust Issue

Hi guys, I'm having an issue with running Subsonic in medium trust and don't know if i'm querying wrong - if there is some part of subsonic 3.0.3 that doesn't like medium trust can someone tell me? …
1
vote
5answers
295 views

ASP.NET Using Twitterizer in Medium Trust

Does anyone using the Twitterizer framework have any experience running it in a Medium Trust environment? I keep getting security exceptions... Security Exception Description: The application …
1
vote
1answer
101 views

ReportViewer Control and a Medium Trust Server

I have a couple of websites with the same hoster that have been setup with 2 different trust levels. One is 'Full' and the other is 'Medium'. I did not realise this because the hoster decided to …
0
votes
1answer
70 views

How do you check if you are running in Medium Trust environment in .NET?

I am running a website on shared hosting at GoDaddy (not my choice, because it is always Medium Trust), and I have some advanced features that I would like to turn on if the application is run in High …
0
votes
1answer
20 views

trust medium in asp.net mvc

When i try to run my project in trust medium or high it says [PolicyException: Required permissions cannot be acquired.] [FileLoadException: Could not load file or assembly but i'm running all …
0
votes
0answers
118 views

Encrypt and Save the ASP.NET ConnectionString within the web.config using Medium Trust?

I have searched around Google and Stackoverflow but can't seen to come up with a solution for editing the web.config to encrypt and store a SQL Server connection string for an installation script. …
1
vote
3answers
205 views

What risk does Reflection pose? (Medium Trust)

The lack of reflection in Medium Trust hosting environments seems to cause a lot of problems for many popular web applications. Why is ReflectionPermission disabled by default with Medium Trust? …
0
votes
1answer
126 views

db4o running in asp.net Medium Trust environment

I am using the embedded client/server version of db4o (I called OpenServer() instead of OpenFile() method) so that I can host an asp.net website that will have several users reading and writing to the …

1 2 3 4 next
15 30 50 per page