Hi all!
I write a application for configure file web.config
Configuration config = WebConfigurationManager.OpenWebConfiguration("/" + appPath);
In file web.config
...<authorization>
<deny users="?"/>
</authorization>
...
I need to set authorization from <deny users="?"/> to <allow users="*"/> in this application.
How can I do?
Please, help me!
Thanks!
...
Go to the complete details ...