Support - Knowledge base

Giving you the answers you need

Why not try our knowledge base for instant help and advice to enhance your online experience with Register365? From within the knowledge base you can browse our frequently asked questions and find the right answers to help solve your queries.

Home  >  Legacy H-Sphere Hosting  >  Hosting  >  View Article

Permissions and Trust Policy on Microsoft Servers

3*3*3*3*3*

Article

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.

Rate This Article

How useful was this article?

Not useful A little useful Useful Very useful Everything I needed