Just created a WSS site with a some custom web-parts. But I get an error: ...dont have the trust level. I edited the safecontrols section from the web.config file of the virtual server, but to no avail.
|
|
|
|
|
|
|
Web parts operate under the ASP.NET Code Access Security model. They have to be trusted as well as marked as safe controls in order to execute. There are two recommended ways to solve this:
(As an aside, never set your web application to full trust in web.config. This would mean any arbitrary code will be able to do anything on the server - a serious security risk.) |
||
|
|
|
I have a basic web part solution and it works fine with default trust. However, as soon as I add a cas policy to the solution manifest.xml, the site collection that I deploy the solution to no longer functions, it gives a SharePointPermission denied error. Why does this happen? |
||
|
|
