Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
1answer
2k views

How to write to Web.Config in Medium Trust?

Uploading my first decently sized web app to my shared host provided me with a fresh set of challenges, by which I mean, sleepless nights. The issue was that I had most certainly not developed my ...
9
votes
4answers
814 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 ...
8
votes
2answers
373 views

What Reflection Permission are allowed in Medium Trust?

I want to ask that which methods/classes are allowed in Medium Trust. For example, whether these methods are allowed? GetProperties, GetMethods, Activator.CreateInstance, Assembly.Version, ...
8
votes
6answers
896 views

What are the most common, typical things to AVOID coding into my ASP.NET app in order for it to run under Medium Trust on a shared host?

What are the things that Medium Trust stops you from doing? For example, I've already learned that Medium Trust stops you from using System.IO.Path.GetTempPath(). What other things like that?
7
votes
2answers
337 views

Can I use NHibernate on GoDaddy?

A comment from .Net Hosting (Flexible Medium Trust) says. Godaddy is medium trust, which means that u can't use stuff like IL emit(Nhibernate needs this for proxying) Is it true? Is there anyone ...
7
votes
4answers
744 views

Send Email on GMail SMTP under medium trust

I need to send an email from my app, which will be running under medium trust. My current email sending code that works fine under full trust throws SecurityException under medium trust ...
7
votes
2answers
2k views

What application trust level is need for ASP.NET MVC framework?

i am trying to deploy simple asp.net mvc frameworkd application in may shared hosting and i get erro like this: Security Exception Description: The application attempted to perform an operation not ...
6
votes
3answers
564 views

Which IOC runs in medium trust

Hi I am trying to get a website running with Mosso that has Castle Windsor as my IOC, however I am getting the following error. [SecurityException: That assembly does not allow partially trusted ...
6
votes
2answers
605 views

Simulating Shared Hosting Trust Levels

I want to simulate the trust levels of a shared hosting environment on my development machine so that there are no nasty surprises when I come to deploy my solution. I added this my setting the ...
5
votes
3answers
865 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? ...
5
votes
3answers
694 views

Can I make a folder writeable in Medium trust?

My web app writes to several folders (logs, uploads, etc), and I've always set these permissions manually through my hosting provider. I'd like to create a setup script that performs this on new ...
4
votes
2answers
115 views

Anonymous type in medium trust, works with Reflection not with Expressions

I'm doing custom projections on Linq queries in Medium Trust and I get a MethodAccessException or TypeAccessException complaining about reflection and security rights. I've simplified the code to the ...
4
votes
4answers
1k views

Medium-Trust File I/O permission

According to this MSDN article about medium trust, under medium-trust: FileIOPermission is restricted. This means you can only access files in your application's virtual directory hierarchy. ...
4
votes
2answers
1k views

ASP.NET + GoDaddy Free Hosting?

Has anyone successfully been able to deploy ASP.NET website to GoDaddy's free hosting? I am talking about free hosting that comes with a domain package from GoDaddy. The catch of the free hosting is ...
4
votes
2answers
436 views

NHibernate 2.1.2 in medium trust

I'm trying to configure nhibernate 2.1.2 to run in medium trust, without any luck. I have tried follwing the suggestions to run in medium trust and pre-generating the proxies. I then tried to remove ...
4
votes
4answers
3k views

NHibernate 2 + Fluent Nhibernate medium trust

Will NHibernate 2 and\or Fluent Nhibernate work in a medium trust environment. If not are there any work-arounds?
3
votes
1answer
103 views

How to determine if the current application is Medium Trust

I am trying to make sure my ASP.Net library will work under Medium Trust. I'm having problems however in that I need to disable a bit of code if it is being run under medium trust. How do I determine ...
3
votes
1answer
485 views

ValueInjecter question

After working with AutoMapper I came across ValueInjecter on this site. I am trying it out but I am stuck on what is probably a very simple scenario. But before I dig into the code sample, does ...
3
votes
2answers
167 views

Is there a way to simulate medium trust in VS2010

I am looking for "easy button", where I can say run this app under medium trust.
3
votes
2answers
89 views

Is there a way to digitally sign a document on Medium Trust hosting?

The hosting server just wont execute: SignedXml.ComputeSignature(); I thought fromXML and toXML methods required full trust. But this came as a surprise. Now it is impossible to digitally sign any ...
3
votes
2answers
316 views

Expression<TDelegate>.Compile in Medium Trust environment

When trying to compile an Expression in a medium trust web app I'm getting a MethodAccessException. Does anyone know of another way to compile an expression under medium trust or a workaround to ...
3
votes
1answer
1k views

Any hints on getting Sitefinity CMS to work on medium trust?

We have been using Mosso / The Rackspace Cloud until very recently, but they have suddenly switched to a medium trust model for .NET for newly added sites and will be migrating existing server farms ...
3
votes
1answer
520 views

Calling internal methods in Medium Trust

I have the requirement to call an internal method of a 3rd party object (I cannot make it public for example). I can do that via reflection. Unfortunately this does not work in ASP.NET Medium trust ...
3
votes
5answers
525 views

How can I determine whether a given date is in Daylight Saving Time for a given timezone in .NET 2.0?

I'm on .NET 2.0, running under Medium Trust (so TimeZoneInfo and the Registry are not allowed options). I'm asking the user for two dates and a time zone, and would really love to be able to ...
2
votes
1answer
44 views

Possible to run a C++ dll in a medium trust environment?

I have an issue with an open source C++ project that I have been using where when I run it on my development machine (full trust) it works fine. When I deploy it to my hosting environment my site ...
2
votes
0answers
309 views

SecurityException in Ninject.Web.MVC3 under medium trust even when UseReflectionBasedInjection = true [closed]

Possible Duplicate: Ninject model validator causing issues in medium trust I've modified CreateKernel as per other info sources : private static IKernel CreateKernel() { ...
2
votes
1answer
355 views

Modify configuration section programmatically in medium trust

I have a custom ConfigurationSection in my application: public class SettingsSection : ConfigurationSection { [ConfigurationProperty("Setting")] public MyElement Setting { get ...
2
votes
2answers
556 views

asp.net c# pdf generator that runs on Medium Trust

Friends, I need to generate PDF reports on a server where full trust apps cannot run. (i cannot use PdfSharp and MigraDoc because of security exceptions when i say PdfDocumentRenderer renderer = new ...
2
votes
1answer
506 views

NPOI dll (third party excel writer dll)…System.Security.SecurityException: That assembly does not allow partially trusted callers

I had developed portal on Asp.net mvc framework.I had hosted this site at godaddy hosting.I had a great problem on integrating third party dll i.e. NPOI (excel writer dll).It dispaly following error. ...
2
votes
1answer
148 views

OleDbPermission and ASP.NET medium trust

I'm following this document in order to run my website in a medium trust environment. My web app uses OleDb, so I need to give it permission in medium trust. I've done everything that is in that ...
2
votes
0answers
193 views

Using fyiReporting in a medium trust host

Anyone knows if fyiReporting RDL reports require Full trust like RDLC or they can work in Medium trust?
2
votes
3answers
276 views

What is Medium Trust in Asp.net?

What is Medium Trust in Asp.net? When should we use Medium Trust in Asp.net?
2
votes
0answers
162 views

Using db4o with multiple application instances under medium trust

I recently stumbled over the object database engine db4o which I think looks really interesting. I would like to use it in an ASP.NET MVC application that will be deployed to a shared hosting ...
2
votes
3answers
394 views

Using .NET Entity Framework in Medium Trust Enviroment like Mosso/Rackspace Cloud Hosting

I have an application that is using .net's Entity Framework. This application runs fine on my local machine and my local server. However, trying to run the app on mosso which runs in medium trust ...
2
votes
2answers
602 views

Subsonic 3.0 Medium Trust Issue

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? Someone ...
2
votes
1answer
609 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. ...
2
votes
4answers
2k views

Problems with MVC Controllers + Dependency Injection (Ninject) in medium trust

I want to use dependency injection in an medium trust environment. To that aim I picked Ninject as Iv been told its light weight. How do I set-up injection into the controllers? When I tried to ...
2
votes
1answer
867 views

How can I hook into the current FormsAuthenticationModule in a Medium Trust environment?

I've got an HttpModule in my application that hooks into the FormsAuthenticationModule's Authenticate event with the following code: public void Init(HttpApplication context) { ...
2
votes
4answers
3k views

Storing temporary user files in ASP.NET in medium trust

I have a scenario where users of my ASP.NET web application submit testimonials consisting of text info and images. The submit process has the following steps: First the user inputs the content and ...
2
votes
1answer
443 views

ASP.Net Medium Trust setup

I am trying to configure the IPermission node as part of medium trust. However I am unable to find the valid values list for the PathDiscovery attribute on the node <IPermission ...
1
vote
1answer
44 views

Windows Server AppFabric Caching

I'm currently working on a ASP.NET MVC site where we have to run in partial trust. Now I'm facing a problem with connecting to AppFabric when in High Trust. No problems when running in full trust. ...
1
vote
1answer
138 views

.Net 3.5 ORM that supports Medium Trust and POCOs

Scenario: I'm stuck with a shared hosting provider that runs in medium trust and has .Net framework 3.5 I've built a datalayer for my site using Nhibernate, only to discover that it can't run on ...
1
vote
1answer
23 views

XmlDeserialization fails in medium trust level

We have our site hosted in medium trust level and the hosting provider has refused to give us full trust. Our code tries to deserialize code using following code snippet but fails with the ...
1
vote
1answer
65 views

AppDomain and medium trust environment

Short question, Can one create a new AppDomain when running in medium trust environment?
1
vote
1answer
77 views

What's a feasible method of implementing a “tasks” application that runs alongside an ASP.NET MVC site in Medium Trust?

I'm writing an ASP.NET MVC site where I need to have a "Tasks" application that runs alongside the website. Such a "Tasks" application would collect data at set intervals and insert it into the ...
1
vote
1answer
147 views

What's medium trust level?

Could any body simply tell me what Medium Trust level is ? And what does it mean : "More and more ASP.NET hosting providers are enforcing a Medium Trust Policy on their servers.Therefore it is ...
1
vote
0answers
56 views

DSOFile and Medium Trust

(C#, ASP.NET 3.5 Environment) I'm using Microsoft's DSOFile.dll for counting the pages in a word document (.doc format). When I deployed my application to a medium trust environment (GoDaddy) I got a ...
1
vote
2answers
221 views

Convert (almost) any video file to FLV in a shared hosting medium trusted environment

I've been tasked with creating some YouTube like functionality for a client's web site. I tried going the ffmpeg route but the hosting environment needs full trust. Right now, they are using Rackspace ...
1
vote
2answers
158 views

How do I load a file from bin folder in ASP.NET in medium trust

I need to load an xML file from the bin folder in ASP.NET (MVC, not that it would count). I can't get the bin folder path nor load the file otherwise.. I need to feed the following method : using(var ...
1
vote
2answers
313 views

nhibernate Operation could destabilize the runtime

Locally my site works, but at host I am getting the error: "Operation could destabilize the runtime." I am using nhibernate. I am using the repository pattern. [VerificationException: Operation ...

1 2 3