I am working on .Net framework. I have created an application that creates a custom culture in my local computer. (Since it is a test application, it'll not be shipped or deployed anywhere else than my computer)
When I try to register the custom culture, it tries to access C:\widows\Globalization folder. I am getting UnauthorizedAccessException.
.Net Framework 4.0 doesn't provide .Net Configuration tool as earlier versions did.
What is the method to know the permissions provided to an assembly?
How to provide full trust to an assembly?