Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM in Medium Trust Web Environment
Message
 
To
20/06/2008 11:23:34
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01325767
Message ID:
01326431
Views:
15
Terry,

>Will the MM business objects and UI controls work in a Medium Trust hosted web site? Window Server 2003 or 08 and IIS7.

Yes, it should work just fine as long as you're not doing any of the following:

- OleDbPermission is not available. This means you cannot use the ADO.NET managed OLE DB data provider to access databases. However, you can use the managed SQL Server provider to access SQL Server databases.

- EventLogPermission is not available. This means you cannot access the Windows event log. -

- ReflectionPermission is not available. This means you cannot use reflection.

- RegistryPermission is not available. This means you cannot access the registry.

- WebPermission is restricted. This means your application can only communicate with an address or range of addresses that you define in the (trust) element.

- FileIOPermission is restricted. This means you can only access files in your application's virtual directory hierarchy. Your application is granted Read, Write, Append, and PathDiscovery permissions for your application's virtual directory hierarchy.

- You are also prevented from calling unmanaged code or from using Enterprise Services.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform