热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

ASP.Net.Config:保存自定义配置节-ASP.Net.Config:SavingCustomConfigSections

Icreatenewconfigsectionformywebapp.Howcouldisaveitwhenimodifiedruntime?我为我的网络应用创建了

I create new config section for my web app. How could i save it when i modified runtime?

我为我的网络应用创建了新的配置部分。当我修改运行时,我怎么能保存它?

2 个解决方案

#1


You can read about Web Deployment Projects here.

您可以在此处阅读Web部署项目。

#2


If you change the web.config at runtime, it will cause an AppDomain reset, causing your web application to start over again, and your users to lose any work in progress.

如果在运行时更改web.config,则会导致AppDomain重置,导致Web应用程序重新启动,并且您的用户将丢失正在进行的任何工作。

Why do you want to change it at runtime, and what do you actually want to change?

为什么要在运行时更改它,以及您实际想要更改什么?


推荐阅读
author-avatar
重庆制造漫画社
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有