The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
66 views

Save file to a folder in the website in medium trust in ASP.NET

In my website I save images to a folder(Photos) in code-behind by calling ImageUploadControl.PostedFile.SaveAs(HttpContext.Current.Server.MapPath("~/Photos/" + Name + ext)); which throws an error ...
8
votes
1answer
97 views

System.Web.Providers doesn't work in medium trust

I have an ASP.NET WebForms app using Microsoft ASP.NET Universal Providers (NuGet) for membership and roles. Under full trust everything works fine, but when I edit web.config to specify medium trust ...
0
votes
0answers
12 views

Internal types from another assembly can be instantiated and used under medium trust, is this alright?

In an ASP.NET application running under medium trust, I'm obtaining the types from an assembly using the Assembly.GetTypes method. This way I can also get the internal types, as opposed to using ...
1
vote
0answers
77 views

Digital Signing/Decrypting with asymetric key in medium trust .NET 4.0

I have some files which I would like to sign digitally with my own certificate in ASP:NET. In 3.5 .NET (medium trust) I managed to do this, but when switching to .NET 4.0 in medium trust I have the ...
1
vote
1answer
69 views

Godaddy Hosting - Medium Trust - System.IO.Directory.GetFiles vs PHP Readdir

I have a GoDaddy.com shared web hosting account that allows ASP.Net or PHP. Due to GoDaddy restrictions, I can't do a simple task like System.IO.Directory.GetFiles without encountering an error due ...
1
vote
1answer
71 views

orchard in a shared hosting with medium trust

I've installed our Orchard 1.2.41 based website on a shared hosting with medium trust. The site won't work, complaining with the infamous error: Exception Details: ...
3
votes
0answers
132 views

Compiling MVC application for Medium Trust Level

I am trying to deploy an ASP.NET MVC4 site to a HostGator shared windows host. I am running into some trouble when their technical support tells me I have to compile my application for medium ...
0
votes
0answers
77 views

ASP.NET Trust Levels

I'm building an MVC 4 website which will be hosted on shared hosting. I have confirmed that the host implements a rule for High trust maximum on applications. To test mine I deployed to local IIS and ...
1
vote
0answers
99 views

Ninject and trust level medium

I am trying to host my asp.net mvc 4 web app using hostgator. The problem at hand is the fact that the plan I am using only allows for the medium trust level. My application currently has the Ninject ...
0
votes
0answers
134 views

NHibernate 3.3.2 does not work with Medium Trust

despite the fix to make NHibernate work on Medium Trust (https://nhibernate.jira.com/browse/NH-2857) I can't run it in my environment. This seems not be be a out of a box feature and it's not ...
0
votes
0answers
173 views

Crystal report host error: System.InvalidOperationException: Cannot perform CAS Asserts in Security Transparent methods

I am trying to use Crystal Reports with ASP.NET 4.0. It works locally but when I deploy to my hosting provider it gives the exception below. [InvalidOperationException: Cannot perform CAS Asserts in ...
0
votes
1answer
186 views

Ninject + MVC3 + Medium Trust Environment

Ok, read a lot of questions about this, but really didn't see any solution that works for me... So, any help will be very apreciated. I'm running a MVC3 web application with Ninject installed through ...
0
votes
2answers
137 views

Unable To Edit AppSetting In Web.Config In Medium Trust?

I am trying to update an appSetting in the web.config in an MVC3 app running in medium trust. It fails as soon as I try to call? var config = WebConfigurationManager.OpenWebConfiguration("~"); ...
0
votes
0answers
200 views

mysql .net connector medium trust(hostgator)

I am attempting to host a websit with HostGator using asp.net 4.0. The application uses mysql's .net connector 6.5.4. When I publish the website and attempt to load the home page, I get the ...
0
votes
2answers
246 views

nHibernate 3.3.1 System.Security.Permissions.ReflectionPermission Error

I am trying to get my web application written in ASP.NET 4.0 working locally using medium trust. I'm using Go Daddy as web host and they use medium trust on their shared hosts. I've read that ...
0
votes
0answers
102 views

MySQL ASP.NET Membership provider under Medium Trust

I am using MySQL.data.dll with access to Medium trust for normal data access using ASP.NET and that works perfectly fine. But when I use it for the Membership Provider it is not working. Are there ...
0
votes
1answer
239 views

Running Ninject 3 on medium trust level

I've an ASP.NET MVC3 application with Ninject 3. The Ninject 3 was installed using NuGet, and now I'm trying to publish this application on a host that uses medium trust level. So after I searched on ...
1
vote
4answers
287 views

NHibernate 3.3.1 with Medium Trust error

I'm using NHibernate 3.3.1 in medium trust. It throw a Security Exception. In the NHibernate 3.3.1 say that it is compatible with medium trust. Has it any prerequisite?
-1
votes
1answer
197 views

Security Exception with medium trust, ninject and entity framework

I keep getting this exception whenever I try running my project in medium trust. The project is MVC Forum, and even though I don't need to run any of my own sites in medium trust, I figure I better ...
0
votes
1answer
113 views

Asp Classic with ADODB needs to migrate to Medium Trust

I have a very large project written largely in ASP classic. It uses ADODB (recordsets mostly) in several thousand files. It is mandatory to move the project to Medium trust, although that can be ...
0
votes
1answer
213 views

examine site search with umbraco 4.7 and medium trust

I'm trying to use umbraco examine for the site search. It works fine on the development machine, however, on the shared host, the indexes are not being built. the shared host uses medium trust. I've ...
1
vote
1answer
196 views

LDAP in medium trust

I've have a solution with one website and several projects. The projects all have the AllowPartiallyTrustedCallers attribute and are strongly-named. The site works in full trust. However, after ...
1
vote
1answer
111 views

Cassette throwing Security Exception

I've published an MVC 3 web application using Cassette on a Windows 2008 server with medium-trust security level (the hosting company doesn't allow me to change the security level). According to this ...
1
vote
1answer
215 views

Get NHibernate working on shared hosting with medium trust

A friend made a ASP.NET website work with NHibernate locally on his computer, and on my computer after I downloaded it from a SVN repository. However, we're trying to host it on a shared hosting ...
1
vote
0answers
45 views

Castle Active Record in Medium Trust?

I have downloaded the Active Record and NHibernate and compiled both with the flag "AllowPartiallyTrustedCallers". But I'm still getting errors in the method "ActiveRecordStarter.Initialize" on the ...
0
votes
0answers
118 views

EF4 mvc .net 4 medium trust MetadataException

I have an MVC .NET 4.0 web application which is using an EF4 Entity Model (database generated). In full trust all works ok, but in medium trust this exception is thrown when code is trying to access a ...
0
votes
1answer
142 views

Linq to SQL with medium trust level

I used Linq to SQL in an ASP.NET app that I now need to deploy on a server. Unfortunately, the hosting sever can only offer a medium level trust. My app crashes not having permission of type ...
0
votes
1answer
131 views

Can I run distributed transactions in ASP.NET in medium trust?

I was trying to determine the hardware and software requirements for developing an app and I was wondering if you can run a distributed transaction (through MSDTC) to two different SQL Server ...
1
vote
1answer
219 views

ReflectionPermission problems when using Ninject 2.2, Fluent NHibernate in a Medium Trust environment

I am using (from Nuget packages) Ninject 2.2 and Fluent NHibernate 1.3 (NHibernate v3.2 under the hood) and I've hit a brick wall. I am using Fluent config to point to my database, mappings etc: ...
0
votes
1answer
100 views

HTTP 500 in images and fonts? [closed]

500 errors occur constantly in fonts and images, why? I took a picture to show the errors http://www.quick-markup.com/edit/4f3eb6c7efa84 If you get giving refresh (Ctrl + F5) you will see the error ...
0
votes
0answers
606 views

That assembly does not allow partially trusted callers | Which assembly is causing this?

I've Seen various solutions on the internet about how to solve this problem. But in my case I can not change <trust level="Full" /> because the error is displayed: This configuration section ...
1
vote
2answers
423 views

Does Umbraco V5 support Medium Trust?

I've just recently tried to install Umbraco V5 RTM on a GoDaddy shared hosting account. I noticed in the documentation at http://jupiter.umbraco.org/Getting-started-in-the-Jupiter-Codebase.ashx that ...
1
vote
2answers
309 views

RavenDB EmbeddedDocumentStorage in Medium Trust

I'm trying to use RavenDB in Medium Trust, I would like to try the embedded model, since the hosting (cheap) I use will not allow to install a service. My code to initialize is the following: private ...
2
votes
1answer
148 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 ...
0
votes
1answer
73 views

Looking for an embedded database for medium trust

Is there some ( possibly OS ) embeddable DB engine file based ( like firebird or SQLite ) that can work on a Meidum Trust ASP.NET application ? Any no-sql solution for the same scenario ?
1
vote
1answer
262 views

How can I run an exe or windows service in medium trust?

I would like to run exes and Windows Services in Medium Trust, but all the literature I can find suggests using <system.web> <trust level="Medium"/> </system.web> for ASP.NET, ...
0
votes
1answer
133 views

Embedded Firebird as back-end db in asp.net web sites

I am a big fan of Firebird DB, I am using it since 1.5.0 version, but I am curious why FB is not that much popular as web sites back-end DB. I would like to use embedded Firebird DB on my websites ...
2
votes
1answer
142 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
2answers
391 views

Developing in Medium Trust with IIS Express

I'm trying to setup an ASP.NET MVC 3 project to run in medium trust in visual studio with IIS Express because I have to deploy the app to GoDaddy :( So in <system.web> I added <trust ...
5
votes
2answers
286 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 ...
0
votes
1answer
354 views

Partial/Full Trust mode verification in Asp .Net 4.0

I found the similar question on Msdn's forum but without answer (you can check it here) .Net 4.0 came with obsolete method IsUnderHighTrust = SecurityManager.IsGranted( new ...
0
votes
0answers
63 views

Using plugin architechture in Medium Trust

I have developed a plugin architecture for my program. As far as I know, a plugin architecture requires a call to Assembly.Load to load the plugin from the plugin file. However, this does not work in ...
1
vote
1answer
275 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
63 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 ...
0
votes
1answer
415 views

Creating directories in medium trust environment?

I've got an ASP.NET Web Application running in a medium trust environment with a shared hosting provider. The following code causes a SecurityException to be thrown: private void ...
0
votes
1answer
138 views

How to make a DLL optional in a .Net app

We have an app the requires Full Trust because of a Chilkat .NET 3.5 DLL This has not been a huge issue, however we would like to submit our app to the: Windows Web Application Gallery and it must be ...
5
votes
1answer
387 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 ...
2
votes
0answers
371 views

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

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

Entity Framework 4.1 on Medium Trust

The newest version of Entity Framework (4.1) supports Medium Trust. That's what Scott Gu says anyway: ...
0
votes
3answers
300 views

SecurityException when mapping inheritance with Fluent NHibernate under Medium trust

I'm having problems mapping inheritance in my application running under Medium trust. It works like a charm when I remove Medium trust restrictions from web.config. If I comment out my subclass ...

1 2 3