Hi there,
I just have windows 2008 server standart SP2 x64 and had working web sites.
After adding a new one I am getting an error :
More than one exclusive group is not allowed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Security.Policy.PolicyException: More than one exclusive group is not allowed.
before I had the same error and was able to fix that if I run
caspol -lg
and after remove last one
after readd using command
c:\Windows\Microsoft.NET\Framework64\v2.0.50727>caspol -m -ag 1 -url "file://\\d
mz.companyname.co.uk\dfs\*" FullTrust -exclusive on
now it doesnot work
trying to restart netlogon as well as IIS but without any luck.
I am getting the same error.
Any advises ?