A tool to try open-source projects quickly. Achieving a true 3-Tiered Architecture through Load Balancing. Software Development. Follow us! Get the Latest Bytes Updates. By using this site, you agree to our Privacy Policy and Terms of Use. Thanks, Subra Nov 19 '05 Juan T. Llibre re: "No. Llibre Bruce, This is an interesting topic. Thanks, Subra Nov 19 '05 This discussion thread is closed Start new discussion Replies have been disabled for this discussion. NET Framework App.
NET web. General hadr monitor script reply views Thread by suresh last post: by. It run if i use a updatable site but wannot run in a pre-compiled site I read online web. Why it don't run in my case? What i wrong? Can not help with pre-compiled site. But, have in mind, any change on running web. Thanks for your answer If i download web. Someone on the net say could help to use external configuration file for values which need to be updated As I know you can move sections of web.
Do you think if i do this i could update the values and use immediately on the fly at runtime different as when in web. In your idea is best to move on a external XML file? Could i take somes advantages with. XML rather than. Is not more secure to store on. Another question please I ask because Visual Studio tell me the external file have to init with page seciont tag If the web application spans multiple folders, each sub folder has its own Web.
When you initially run your web application, the runtime builds a cache of the configuration settings for your web application by flattening the layer of configuration files as below,.
Please share it if you know more about this article. Your feedback and constructive contributions are welcome. Next Recommended Reading. Windows 10 Vs Windows Visual Studio Vs Visual Studio Understanding Matplotlib With Examples.
Understanding Numpy With Examples. C Evolution. Everything That Every. If you really need your application to edit its own settings, then you should consider a different approach such as databasing the settings or creating an xml file with the editable settings.
And if you want to avoid the restart of the application, you can move out the appSettings section:. I know this question is old, but I wanted to post an answer based on the current state of affairs in the ASP. Upon getting passed the technical piece of getting ASP. That statement made the most logical sense since I wanted to ADD new settings to the appSettings collection. However, as the original poster and many others mentioned, this code call returns an Error stating that the collection is Read-Only.
After doing a bit of research and seeing all the different crazy ways people worked around this problem, I was very discouraged. Instead of giving up or settling for what appeared to be a less than ideal scenario, I decided to dig in and see if I was missing something.
In regards to general statements about changes to web. With that combination of settings, if this process were to cause an appPool recycle, an Event Log entry should have be recorded, which it was not. This leads me to conclude that it is possible, and indeed safe, to load an applications settings from a centralized storage medium.
0コメント