NOTE: This document only applies to customers hosted on legacy Register365 services!
To secure our shared hosting environment Hosting365 uses a medium trust level to help ensure that applications cannot read each other's data or interfere with one another in any way. Medium trust also places restrictions on the types of shared system resources that the applications can access.
The main constraints placed on medium trust Web applications are:
- OleDbPermission is available.
- OdbcPermission is available.
- FileIOPermission is available however it is restricted to within your application itself.
- 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.
Users are also prevented from calling unmanaged code or from using Enterprise Services.
Full trust for applications and customers code is not supported in the shared hosting environment.
