Can the dll used in no touch deployment have unsafe blocks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven M. Lewis

    Can the dll used in no touch deployment have unsafe blocks

    What are the restrications on unsafe blocks using the object tag or
    Assembly.LoadFr om - it does not seem to work for me even with full
    trust of the site
  • Tim Stephenson

    #2
    Re: Can the dll used in no touch deployment have unsafe blocks

    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



    "Steven M. Lewis" <smlewis@lordjo e.com> wrote in message
    news:3f83b246.3 67096777@news.n wlink.com...[color=blue]
    > What are the restrications on unsafe blocks using the object tag or
    > Assembly.LoadFr om - it does not seem to work for me even with full
    > trust of the site[/color]


    Comment

    Working...