[Hidden-tech] Determining the Trust Level of an ASP.Net website

Jeff Lee jlee at studio4tech.com
Thu Jan 3 10:26:13 EST 2013


Hi Dan.  Your current site may be running at Full Trust level (the IIS web
server default), but the real question is does it require Full Trust.

Full Trust level is required for web applications that make calls to
unmanaged code (e.g. external DLLs) or that need access to areas of the
file system outside of your application directory.  If your site does not
have these requirements, you should be able to get by with Medium Trust.

Trust level can be set in the web.config file, or via the IIS Management
Console.

If you have any questions, feel free to give me a call.
Jeff

-- 
Jeff Lee
Studio4 Technologies
592 Main St
Amherst, MA 01002
(413) 636-1687


On Wed, Jan 2, 2013 at 10:13 AM, Lieberman, Daniel <daniell at incommn.com>wrote:

>    ** Be sure to fill out the survey/skills inventory in the member's area.
>    ** If you did, we all thank you.
>
>
>
> We need some help with an ASP.net website we're managing for a client. We
> are in the process of moving it from a Cloud Server at Rackspace to their
> Cloud Sites service. We need to know what the Trust Level currently is, as
> Full Trust will not work on the Cloud Sites platform, apparently. I'm
> informed that we can determine the trust level on the site itself, but the
> procedure is not clear to me. Help wanted.
>
> Bonus: if anyone really understands this stuff, including moving the
> website around on Rackspace, please let me know. We wouldn't mind
> outsourcing this.
>
> Anyone got the .net chops for this? We will have some other tweaks and
> fixes to do on the website, and may have other .net work in the future, so
> please get in touch.
>
> Happy New Year!
>
> Yours sincerely,
>
> Daniel Lieberman
> InCommN, LLC
> 413 489 1818
> http://incommn.com
>
> _______________________________________________
> Hidden-discuss mailing list - home page: http://www.hidden-tech.net
> Hidden-discuss at lists.hidden-tech.net
>
> You are receiving this because you are on the Hidden-Tech Discussion list.
> If you would like to change your list preferences, Go to the Members
> page on the Hidden Tech Web site.
> http://www.hidden-tech.net/members
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.hidden-tech.net/pipermail/hidden-discuss/attachments/20130103/e12737ec/attachment.html 


Google

More information about the Hidden-discuss mailing list