Castle windsor security exception
- by Sunil
I developed a small WCF service that uses Castle Windsor IoC container and it works
fine on my PC. When I deploy it onto a Win 2008 R2 server and host the
WCF service in IIS 7 it fails with the following error. I checked the
server level web.config and the trust level is set to "Full". What do
I need to do to get this to work. As a test I deployed the same service as it is onto a Windows 2003 server with the trust level set to "Full" and it works fine. I am
unable to figure out what setting/configuration I am missing on the
2008 server that is making the service fail.
Stack Trace:
[SecurityException: That assembly does not allow partially trusted
callers.]
Castle.Windsor.WindsorContainer..ctor() +0
WMS.ServiceContractImplementation.IoC.IoCInstanceProvider..ctor(Type
serviceType) in D:\WCF\WCFProofOfConcept\WMSServices
\WMS.ServiceContractImplementation\IoC\IoCInstanceProvider.cs:19
WMS.ServiceContractImplementation.IoC.IoCServiceBehavior.ApplyDispatchBehavior(ServiceDescription
serviceDescription, ServiceHostBase serviceHostBase) in D:\WCF
\WCFProofOfConcept\WMSServices\WMS.ServiceContractImplementation\IoC
\IoCServiceBehavior.cs:24
System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription
description, ServiceHostBase serviceHost) +377
System.ServiceModel.ServiceHostBase.InitializeRuntime() +37
System.ServiceModel.ServiceHostBase.OnBeginOpen() +27
System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) +49
System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan
timeout) +261
System.ServiceModel.HostingManager.ActivateService(String
normalizedVirtualPath) +121
System.ServiceModel.HostingManager.EnsureServiceAvailable(String
normalizedVirtualPath) +479