All Tags »
ASP.Net + Security Policies (RSS)
Sorry, but there are no more tags available to filter with.
-
Ok, here's the solution to getting permission to call WindowsPrincipal from a web part that hasn't been given full trust.
Note: it may not be the 100% best implementation, or the most advised, but it's what i did to make it work.
I located the config file which stores information for minimal trust - this is the file which ''limits'' execution of ...
-
Hey Guys,
Somebody may be able to shed some light on a small problem i have.
Scenario:
Web Parts and External pages displayed within SharePoint 2007 needs to make calls to get details about the WindowsPrincipal.
Unfortunately under the default policies that's not allowed. So, via the policy files, which settings do i need to add to the config ...