I get this error:

Execution permission cannot be acquired.


Does any one know what this might mean? and how to fix it?


Parrothead

Re: error when i try to access the web part gallery page by jholliday

jholliday
Tue May 16 17:34:55 CDT 2006

You could try changing your Trust Level in the web.config file in your
SharePoint IIS root.

Change From:
<trust level="WSS_Minimal" originUrl="" />

Change To:
<trust level="Full" originUrl="" />

Jeff