Re: From ASP.NET 1.1 to 2.0:
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 11/16/05
- Next message: Mark: "Re: From ASP.NET 1.1 to 2.0:"
- Previous message: Dominick Baier [DevelopMentor]: "Re: From ASP.NET 1.1 to 2.0:"
- Maybe in reply to: Dominick Baier [DevelopMentor]: "Re: From ASP.NET 1.1 to 2.0:"
- Next in thread: Mark: "Re: From ASP.NET 1.1 to 2.0:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 16 Nov 2005 02:09:23 -0800
Hello mlfblom@gmail.com,
your hoster has also set the web sites to partial trust during the update
(a wise decision).
Only assemblies that have the [AllowPartiallyTrustedCallers] attribute can
be called from partially trusted code. This does not seem to be the case
here.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Hi,
>
> Recently, my hosting partner (shared hosting) updated my account from
> .NET 1.1 to 2.0. After this update one particular call to a DLL
> (freeware Metabuilders FirstFocus) results in an error:
>
> System.Security.SecurityException: That assembly does not allow
> partially trusted callers
>
>> From the info that I found on www and usenet, this means that my
>>
> partially trusted web app is referencing a strongly-named assembly
> Firstfocus.dll and that is not allowed. I also read that this
> mechanism is also in place for .NET 1.1 but I had never seen this
> before as it all worked fine.
>
> My questions
> 1. why did I not have this issue with .NET 1.1?
> 2. what can I do about it?
> Thanks,
>
> Mark
>
- Next message: Mark: "Re: From ASP.NET 1.1 to 2.0:"
- Previous message: Dominick Baier [DevelopMentor]: "Re: From ASP.NET 1.1 to 2.0:"
- Maybe in reply to: Dominick Baier [DevelopMentor]: "Re: From ASP.NET 1.1 to 2.0:"
- Next in thread: Mark: "Re: From ASP.NET 1.1 to 2.0:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|