Web.Config Security settings.
-
Hi All I need some help. I'm not to clued up on this topic. I have writen a web service that performs as I need it. ( On my development machine XP) when I install the web service on a clients machine (XP) the web service install correctly with the install program but when I try to edit my web.config file via my web service I get access denied. I can set the security settings when the machine is part of a domain. But this needs to happen automatically. I can not set the securtiy settings (dont know how) when the machine is not part of the domain. Help in this regard will be much appreciated. Kind regards :confused:
-
Hi All I need some help. I'm not to clued up on this topic. I have writen a web service that performs as I need it. ( On my development machine XP) when I install the web service on a clients machine (XP) the web service install correctly with the install program but when I try to edit my web.config file via my web service I get access denied. I can set the security settings when the machine is part of a domain. But this needs to happen automatically. I can not set the securtiy settings (dont know how) when the machine is not part of the domain. Help in this regard will be much appreciated. Kind regards :confused:
you rewrite the web.config as environment.config.current and use that one for making any changes
Thanks and Regards Sandeep