And this is the error I recieve along with stacktrace:
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.Configuration.ConfigurationPermission, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 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.Configuration.ConfigurationPermission, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0
System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, StackCrawlMark& stackMark) +31
System.Security.CodeAccessPermission.Demand() +46
System.Configuration.BaseConfigurationRecord.CheckPermissionAllowed(String configKey, Boolean requirePermission, Boolean isTrustedWithoutAptca) +99
Godaddy said it was because the application is still attempting to run with full trust permissions. I can't see how that is, any help will be greatly appreciated.
Error installing Umbraco to medium trust server (Godaddy)
Hi guys,
I'm trying to get Umbraco installed on Godaddy.com and am continually getting errors...
Firstly, I'm using the Umbraco 4.5.2 for .NET 4 release from: http://umbraco.codeplex.com/releases/view/51165
(with .net 4.0 hosting)
During my last attempt I followed this tutorial: ( I can't get past Step 8)
http://www.kylepauljohnson.com/blog/2010/8/18/umbraco-installation
I've also added to my config file a couple of elements/attributes that I discovered on this forum that stated would fix the error. Here is my config:
And this is the error I recieve along with stacktrace:
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.Configuration.ConfigurationPermission, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 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:
Godaddy said it was because the application is still attempting to run with full trust permissions. I can't see how that is, any help will be greatly appreciated.
thanks,
Smithy
p.s. I get this error by going to MyWebAddress.com/Install
I finally found the solution to my problem in this post here:
http://our.umbraco.org/forum/getting-started/installing-umbraco/15821-Installing-Umbraco-and-get-Runtime-error-instead-setup-page?p=1
Thanks, Benjamin Howarth. Even though you don't know you helped me.
(he's the guy marked as answer).
is working on a reply...