We're having problems trying to get a site running in a Godaddy shared hosting environment. This same site worked fine in our test environment, so maybe permissions? Data transfer problems? We've set all the user permissions we could to Full Control but still have issues.
We can insert Contour forms in the Content section and they show up fine on the front end, but when you submit you get a Request Failed message.
On the backend in the Entries node, it continues to say processing with the following error:
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.
Please let me know if you need any other information, I've never had to set up umbraco in this type of Shared environment and have no clue where to even start with this error.
That was exactly the issue, the site was set at Medium Trust.
For anyone out there with the same question, you can set the trust level to Full in the ASP.Net Settings area of Godaddy's Control Panel. If you do it there though, it strips the providerName="System.Data.SqlClient" from your Connection Strings so be careful.
Security Exception in shared hosting environment
Hi there,
We're having problems trying to get a site running in a Godaddy shared hosting environment. This same site worked fine in our test environment, so maybe permissions? Data transfer problems? We've set all the user permissions we could to Full Control but still have issues.
We can insert Contour forms in the Content section and they show up fine on the front end, but when you submit you get a Request Failed message.
On the backend in the Entries node, it continues to say processing with the following error:
~/umbraco/plugins/umbracoContour/webservices/records.aspx?guid=GUID
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 failed.
Source Error:
Source File: App_Web_records.aspx.16e6d4a8.nktjzsfj.0.cs Line: 0
Stack Trace:
Umbraco 6.1.6
Contour 3.0.20
Please let me know if you need any other information, I've never had to set up umbraco in this type of Shared environment and have no clue where to even start with this error.
Thanks in advance,
Carrie
Ask GoDaddy if they support full trust instead of medium trust, I don't think Contour works in a medium trust environment.
That was exactly the issue, the site was set at Medium Trust.
For anyone out there with the same question, you can set the trust level to Full in the ASP.Net Settings area of Godaddy's Control Panel. If you do it there though, it strips the providerName="System.Data.SqlClient" from your Connection Strings so be careful.
Thanks Sebastiaan!
is working on a reply...