I have a .NET assembly that I try to run in my browser, but it does not have enough permission.
Then I ran the "caspol" command to add FullTrust to the domain. However, when I go back to the broswer to try to run the assembly again, it still doesn't think it has the permission. I have to close IE and then start a new one, and only then does my assembly run properly.
Is there a way to make the current instance of IE to realize that the FullTrust permission has been added
Thanks.
.NET Development16
|