There was a problem loading the comments.

ASP.NET - security exception errors

Support Portal  »  Knowledgebase  »  Viewing Article

  Print
On certain occassions, your aspx files may not work. You may receive permission denied errors or security exception errors. The servers follow the same setup for ASP.NET found at http://www.helmtastic.com/articles/?page=aspnet-basic-security
 
Our ASP.NET trust level is set to MEDIUM in MACHINE.CONFIG as outlined in the document. Below is the restrictions of Medium.
 
If you are experiencing this, please submit a support ticket as we need to make exceptions and isolations to your website.
 
Trust Level Main Restrictions
Full Unrestricted permissions. Applications can access any resource that is subject to operating system security. All privileged operations are supported.
High Not able to call unmanaged code
Not able to call serviced components
Not able to write to the event log
Not able to access Microsoft Message Queuing queues
Not able to access OLE DB data sources
Medium In addition to the above, file access is restricted to the current application directory and registry access is not permitted.
Low In addition to the above, the application is not able to connect to SQL Server and code cannot call CodeAccessPermission.Assert (no assertion security permission).
Minimal Only the execute permission is available.

Share via
Did you find this article useful?  

Related Articles


Comments

Add Comment

Replying to  


Self-Hosted Help Desk Software by SupportPal
© Indichosts.net