Tagged Questions

0
votes
3answers
50 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 thoug …
1
vote
0answers
25 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 …
0
votes
1answer
57 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 …
1
vote
4answers
99 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 …
0
votes
1answer
44 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 h …
2
votes
1answer
113 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 ca …
1
vote
1answer
95 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 hos …
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 bu …
0
votes
1answer
64 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 applic …
3
votes
3answers
142 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 trus …
1
vote
4answers
276 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 …
0
votes
0answers
111 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 inst …
1
vote
3answers
196 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 …
0
votes
1answer
121 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 readin …
0
votes
0answers
58 views

Unable to upload a file from web page in ASP.NET 3.5 web application running in Medium Trust

Possible Duplicate File I/O in medium trust? I get the following error when I try to upload a file from a web page: Request for the permission of type 'System.Security. …

1 2 3 4 next
15 30 50 per page