Using Medium Trust on Shared Hosting account with version 4.5.0
I've installed umbraco 4.5.0 in a shared hosting account (godaddy) and everything works ok with medium trust except that when I create new pages or items I keep getting the error below. It still works about 90% of the time, but sometimes I have to recycle the application pool for umbraco to resume.
Server Error in '/' Application.
Security Exception
Description:The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details:System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SecurityException: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0
System.Security.CodeAccessPermission.Demand() +58
System.IO.Path.GetTempPath() +54
Lucene.Net.Store.FSDirectory..cctor() +80
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.4049
Using Medium Trust on Shared Hosting account with version 4.5.0
I've installed umbraco 4.5.0 in a shared hosting account (godaddy) and everything works ok with medium trust except that when I create new pages or items I keep getting the error below. It still works about 90% of the time, but sometimes I have to recycle the application pool for umbraco to resume.
Server Error in '/' Application.
Security Exception
Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.4049
Any thoughts?
http://umbraco.codeplex.com/workitem/28080
I came across this earlier today as well...
AHHHHH! Perfect!!
It's working now!
Thanks Mike! U Da Man!
What do I need to change to run it under medium trust?
is working on a reply...