Can the dll used in no touch deployment have unsafe blocks

  • Thread starter Thread starter Steven M. Lewis
  • Start date Start date
S

Steven M. Lewis

What are the restrications on unsafe blocks using the object tag or
Assembly.LoadFrom - it does not seem to work for me even with full
trust of the site
 
Notouch deployment is rather limited in where it can access code from.
I haven't tried using unmanaged code in a notouch application, but as a
first place to start looking try to grant unmanaged code permissions to the
code group your notouch application belongs to.
If you don't want to grant global permissions, you could define a custom
code group, sign your application, and grant the permissions to the code
group.


--

Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever
 
Back
Top