Is there a way i can dynamically populate the username and password of identity in web.config from my code behind... as i cannot hard code it.
<identity impersonate="true" userName = "Admin" password= "xyz">
any help..????
Thanks
This the first part the 2nd part i think i can solve if i get this....
2nd part link text
I got a link which might help me solve the problem but i am having difficulty understanding it and implementing..... link text
any help...