asp.net - Is there anything wrong with modifying the web.config file dynamically -



asp.net - Is there anything wrong with modifying the web.config file dynamically -

i read this article. planning on creating setup page runs , allows user alter sql connection strings stored in web.config file. changes may help in deployment or development. question is possible alter connection string in web.config file based on user input , advisable. n.b connection string must contained in web.config

thank you

you may find helpful this blogpost on topic.

asp.net asp.net-mvc-3 c#-4.0

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -