We have a .Net framework 2 application.
The IIS server points to another server where the code is located (code is network shared).
Already my previous team has used Caspol to FullTrust the network share.
When we moved our code to a new server, and when I run the below command
caspol -ag 1 -url file://\\C03SFOECRDSQL51\dnn_main\* FullTrust
I still see security exception. System.Security.Policy.PolicyException. and exception mainly from dll Could not load file or assembly 'effority.MenuNavigationProvider
I have deleted the previous network share using caspol -remgroup
from all zones.
Below is the caspol configuration after I used the above command
Am I doing any wrong ?
Should I re create the strong name, if yes how ?
Any pointers will be helpful.