Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
813 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
185 views

ASP.NET Varying Trust Level Per-Page by Assembly?

I have two web applications (pre-compiled sites), one is first-party and will run at full trust. Another is third-party and should run at partial trust (or with specific permissions). ...
6
votes
2answers
341 views

Application Trust Level on Network Drive for Nhibernate C# Application

Scenario: I have a C# application that uses Click-Once to install(puts an icon on the desktop that points to the application) itself on computers on the network. I have recently been integrating ...
6
votes
2answers
2k views

Does full trust mean the same as Run As Administrator

Does full trust mean the same as Run As Administrator? I have read things stating that "for this to work, the application must be a full-trust application." Is that the same as you must have ...
4
votes
1answer
434 views

NLog GetCurrentClassLogger() NullReferenceException using StructureMap (Full Trust)

It seems like NLog can't use reflection for GetCurrentClassLogger(), even though my MVC 3 app is deployed in a Full Trust environment on IIS7. I'm using StructureMap 2.6.1 and the problem seems to ...
3
votes
1answer
233 views

What do I need to do to make a WPF Browser Application (XBAP) that requires Full Trust work on Windows 7?

So this is a Visual Studio 2008, .NET, WPF, XBAP, Windows 7 question, regarding .NET trust policies. At work, we have several Web Browser Applications (.XBAP files) developed with Visual Studio 2008 ...
2
votes
0answers
93 views

The Application Requires Full Trust Assembly Office Application

I am running the following code which tries to access a custom assembly. MySection sec = (MySection)System.Configuration.ConfigurationManager.GetSection("ColorReader"); The above line throws ...
2
votes
1answer
529 views

Click Once installer, a custom app launcher and Full Trust

Will I be able to download and start another exe-file using my click once deployment? I already have the functionality that downloads and updates my application files, so I would really like for a ...
2
votes
2answers
2k views

Silverlight 4 - elevated permission *inside* the browser

I know Silverlight 4 can handle elevated permissions outside the browser. Is there a way to accomplish this inside the browser? I need to make a folder/file upload manager that gives a better user ...
2
votes
1answer
2k views

Partial Trust in WPF 4

I've started a new project in WPF 4 (.NET 4) and trying to see if I can run it in xbap mode. I need to run the application in Full Trust with the new mode made available in .NET 4 which asks the end ...
2
votes
1answer
553 views

Trusting an assembly located on a network share

I've been meaning to post on here for a while but always find the information I need; up untill now of course! I would appreciate any help you may be able to offer in regards to code access security, ...
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
111 views

System.Diagnostics will allow user kill their own process in IIS7

Hosted customers in IIS7 can use asp.net and System.Diagnostics to list all the system's process ID. They can also kill the ones that belong to their own application pools. Seems like a big security ...
1
vote
2answers
1k views

.NET assembly runs in partial trust on a network drive, but all other in full trust

We have a strange issue with our C++ solution (which calls .NET 4.0 assemblies) when running on a network drive. The solution hosts several WCF services with NetTcpBinding, one of them with a ...
1
vote
1answer
163 views

How to set the trust level for processor ID in .net window application?

I developing window application in C#. I created one installer with this windows application. It is running fine on nearly all computers. The window application takes the ID of processor & then ...
1
vote
0answers
263 views

Nhibernate.Bytecode.Castle Trust Level on IIS [closed]

Possible Duplicate: NHibernate WCF Rest IIS7 Fails with Security Exception Trying to deploy the wcf service, depended on nhibernate. And getting the following exception On Reflection ...
1
vote
2answers
1k views

Can Silverlight (SLOOB) start a process even with full trust?

I have been tasked with writing an installer with a silverlight out of browser application. I need to. get the version off a local EXE check a web service to see that it is the most recent version ...
1
vote
1answer
618 views

XBAP full trust deployment

I did the following steps to deploy my wpf application that need full trust permission: 1-Creating a certificate using makecert.exe 2-Creating signed application and deployment manifests. ...
1
vote
1answer
233 views

WebPermission Exception even though I'm in Full trust

I'm trying to do what I thought was a simple HttpWebRequest (the code is deep inside a dll so I can't give a small code snippet, but it should be relatively simple), but I'm getting a security ...
1
vote
1answer
209 views

Can Windows installer msi make the user full trust

our applicaton is installing with windows installer. The things working fine but the application itself is full trusted and not allowing to run on the employee's computer with less level (not full ...
0
votes
1answer
135 views

How do I make my application run in Full Trust mode - .NET 4.0 Console Application

We are having an issue with a command line (batch) application and full/partial trust. Our previous release (version number 7.13.0.63) works fine, however, when we install the new version ...
0
votes
1answer
104 views

How does Siverlight 5 with P/Invoke compare to XBAP with FullTrust?

I'm considering XBAP with full trust, but just heard about SL5's ability to P/Invoke. This is quite exciting because XBAP deployments are very difficult considering it only really works with IE, ...
0
votes
0answers
31 views

Is there any way to programmatically check full trust before launching XBAP?

Is there any way to programmatically check full trust prior to launching XBAP? I would like to redirect the user to different web page where user can find information about installing certificate.
0
votes
1answer
212 views

Accessing HTTPS content from out-of browser Silverlight 4 applications

I am using some of the local machine's resources using COM interop functionality provided in Silverlight 4.0. Hence, naturally I need OOB with elevated permissions. However, in my case I am consuming ...
0
votes
0answers
280 views

Trust Not Granted to Full Trust XBAP Signed With Certificate

I have an XBAP which needs Full Trust to run. I have had it working on a number of client machines by adding a temporary certificate to the Trusted Root Certification Authorities and Trusted ...
0
votes
1answer
181 views

Custom ASP.NET MVC cache controllers in a shared hosting environment?

I'm using custom controllers that cache static resources (CSS, JS, etc.) and images. I'm currently working with a hosting provider that has set me up under a full trust profile. Despite being in full ...
0
votes
1answer
607 views

Mixed Mode C++ DLL function call failure when app launched from network share. Called from unmanaged c application

Mixed-mode DLL called from native C application fails to load: An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module. Additional information: Could not load file or ...
0
votes
2answers
7k views

Deploy XBAP Application?

We have a WPF Application that has a two flavors with a consistent UI etc,one that runs from a Windows OS Desktop and one that is supposed to run as an XBAP application. Currently I am publishing the ...
0
votes
3answers
6k views

How do I run a Full Trust XBAP on intranet?

I've made a WPF Browser Application that hosts old WinForms controls (I haven't migrated fully to WPF yet). Using WindowsFormsHost means my Browser App requires Full Trust to run. This is not a ...
0
votes
3answers
2k views

How do I set full trust for a single Web Part in SharePoint?

I am looking to set full trust for a single web part, is this possible? manifest.xml maybe?
0
votes
2answers
240 views

How to get rid of security exception?

I start a .Net server side program on my local workstation, but soon it throws a security exception. I searched the web for answers, but no quick fix was found / worked. I just want to run my program. ...
0
votes
3answers
599 views

Subtext install gives error in Medium trust level

I am trying to install Subtext in a medium trust level environment (host: Crystaltech) and am getting the following error (see below). I was able to do the administration setup but when it tries to ...