This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is there an environment setting somewhere between Medium Trust and Full Trust that we can configure for our applications, so that we can still get some of the performance/convenience benefits that LS uses when running in Full Trust? In other words, what permissions would I need to customize/add to a standard "Medium Trust" configuration that would allow me to NOT have to enable the Medium Trust support in the LS Designer? |
|
|
I believe the following permissions will suffice: * ReflectionPermission: ReflectionEmit and MemberAccess (you may not need ReflectionEmit on current framework versions) * SecurityPermission: SerializationFormatter We have not tested LightSpeed in custom security configurations though, so some experimentation may be required. |
|