Author: phanhoangduc | Posted on: 8/13/2008 6:15:04 PM | Views : 958

 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 ...