- 浏览: 7929343 次
- 性别:
- 来自: 广州
文章分类
- 全部博客 (2425)
- 软件工程 (75)
- JAVA相关 (662)
- ajax/web相关 (351)
- 数据库相关/oracle (218)
- PHP (147)
- UNIX/LINUX/FREEBSD/solaris (118)
- 音乐探讨 (1)
- 闲话 (11)
- 网络安全等 (21)
- .NET (153)
- ROR和GOG (10)
- [网站分类]4.其他技术区 (181)
- 算法等 (7)
- [随笔分类]SOA (8)
- 收藏区 (71)
- 金融证券 (4)
- [网站分类]5.企业信息化 (3)
- c&c++学习 (1)
- 读书区 (11)
- 其它 (10)
- 收藏夹 (1)
- 设计模式 (1)
- FLEX (14)
- Android (98)
- 软件工程心理学系列 (4)
- HTML5 (6)
- C/C++ (0)
- 数据结构 (0)
- 书评 (3)
- python (17)
- NOSQL (10)
- MYSQL (85)
- java之各类测试 (18)
- nodejs (1)
- JAVA (1)
- neo4j (3)
- VUE (4)
- docker相关 (1)
最新评论
-
xiaobadi:
jacky~~~~~~~~~
推荐两个不错的mybatis GUI生成工具 -
masuweng:
(转)JAVA获得机器码的实现 -
albert0707:
有些扩展名为null
java 7中可以判断文件的contenttype了 -
albert0707:
非常感谢!!!!!!!!!
java 7中可以判断文件的contenttype了 -
zhangle:
https://zhuban.me竹板共享 - 高效便捷的文档 ...
一个不错的网络白板工具
读取配置:
ConfigurationManager.AppSettings["MyKey"]
读取数据库的配置(这个估计大家最经常用了)
在web.config中
<connectionStrings>
<add name="AppConnectionString1" connectionString="server=localhost;database=northwind;uid=sa;password=xxxx;"/>
</connectionStrings>
在程序中如下读取:
SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["AppConnectionString1"].ConnectionString);
GETSECTION方法:
ConfigurationManager.GetSection("mySection")
其他的方法大概描述摘录如下:
GetWebAppSection
<!----><o:p> </o:p>
With the GetWebAppSection you can get the specified section from the web applications configuration file.
<o:p> </o:p>
Note: This method retrieves the specified configuration section from the configuration file located at the root folder of your Web application. If you want to retrieve the configuration section from the current Web application directory use the GetSection method.
<o:p> </o:p>
RefreshSection
<o:p> </o:p>
RefreshSection will refresh the specified section so next time its requested, it will be re-read from disk.
<o:p> </o:p>
With the following method, you will have the ability to programmatically change the settings within the configuration files. Those methods will return a Configuration class (The Configuration class has properties to get sections from the configuration file you want to edit, and by using the Save or SaveAs method, you can save the settings):
<o:p> </o:p>
OpenMachineConfiguration
<o:p> </o:p>
With the OpenMachineConfiguration, you configure the machine.config file.
<o:p> </o:p>
OpenMappedMachineConfiguration
<o:p> </o:p>
With the OpenMappedMachineConfiguration, you can open a specified configuration file.
<o:p> </o:p>
OpenExeConfiguration
<o:p> </o:p>
With the OpenExeConfiguration, you can open the client’s configuration file.
<o:p> </o:p>
OpenMappedExeConfiguration
<o:p> </o:p>
With the OpenMappedExeConfiguration, you can open the specified client configuration.
OpenWebConfiguration
<o:p> </o:p>
With the OpenWebConfiguration, you can open the web applications configuration file.
OpenMappedWebConfiguration
<o:p> </o:p>
With the OpenMappedWebConfiguration, you can open a specified web configuration file.
发表评论
-
.NET 嵌入式版4.2发布:关键更新抢先看
2012-02-22 14:57 1859作为.NET家族的一员,.Net Micro Framewor ... -
asp.net中模拟测试smtp发信
2011-03-20 18:47 1921在asp.net 中,有时要测试发信SMTP,但如果在单元测试 ... -
vs.net 2010两个数据库方面的好工具
2011-02-14 11:47 1891今天发现vs.net 2010在处理数据库方面的两个不错的工具 ... -
将gridview导出到excel,world,pdf的小结
2011-02-07 22:47 2983下面小结下把gridview的数据导出到excel,world ... -
gridviewtips1:gridview的页脚中的加亮显示和页数显示
2011-01-27 09:58 2386在asp.net 中,要经常显示gridview中的页数,并且 ... -
asp.net 4中的HTML过滤的一个新特性
2011-01-21 09:47 1889在asp.net 4中,有个新增加的对HTML过滤,防止XSS ... -
在vs.net 2010中使用重构方法
2011-01-20 16:55 2197在vs.net 2010中,可以很方便地对一些冗余的代码进行重 ... -
一个比较好的.net 3.5的异常报告类
2011-01-10 14:51 1981发现了一个比较好的异常报告类,其中用到了.net 3.5以上的 ... -
asp.net 4.0中menu菜单的改进
2011-01-03 22:47 2594在asp.net 3.5时,如果用menucontrol时,使 ... -
asp.net 4中的新特性之一:控制URL长度
2010-09-14 23:06 2422asp.net 4中的新特性之一:控制URL长度。在ASP.N ... -
vs.net 2010中使用code snippets
2010-09-09 20:58 1606其实在vs.net 2010中,使用code snippets ... -
百万开发者拥戴!七大.NET著名开源项目
2010-09-07 09:42 2330新翻译了篇帖子,原文发表在 http://publish.i ... -
asp.net 2010中jquery调用webservice
2010-08-30 22:21 2779在asp.net 2010中,在建立web应用时,默认已经在s ... -
.net中的placeholder控件
2005-01-15 20:00 1994最近留意到有人问,NET中的placeholder控件用来做什 ... -
asp.net 中一次性更新DATAGRID中所有记录
2005-01-15 20:03 973在asp.net中,如何一次性 ... -
在asp.net 中实现只允许数字输入的文本框
2005-01-15 20:18 1528在asp.net 中实现只允许数字输入的文本框,其实是十分简单 ... -
一个重构代码的小技巧
2005-01-16 21:58 1160刚开始接触重构,听就听的多了,理论没认真看过,不过今天发现,将 ... -
防止SQL注入攻击
2005-02-05 14:42 1172看了本期ASP。NET杂志里的一篇讲防止SQL注入攻击的文章, ... -
优秀.net 控件包介绍
2005-02-18 19:47 1705在oday上看到得,将介绍摘录在这里 NetAdvantage ... -
用vs.net 调试传统ASP程序
2005-05-30 22:05 1319VS.NET 2003其实也可以用来调试传统的ASP程序的,如 ...
相关推荐
标题中的".NET的简单ConfigurationManager"指的是.NET框架中用于处理应用程序配置信息的类库——`System.Configuration.ConfigurationManager`。这个类库是C#和.NET开发中的一个重要组成部分,它为中小型项目提供了...
一直没弄明白怎么在类库中找不到 ConfigurationManager.ConnectionStrings 后面才发现没有添加System.configuration的引用,添加后: 引入命名空间: 代码如下:using System.Configuration; 便可以使用了: 代码如下...
在.NET框架中,`ConfigurationManager`是一个非常重要的工具类,它主要用于应用程序配置文件(如App.config或Web.config)的读取与管理。本文将深入探讨`ConfigurationManager`的基本概念、工作原理以及如何在实际...
在.NET Core中,传统的.NET Framework中的`ConfigurationManager`已经被移除,因为它依赖于XML格式的配置文件,而.NET Core倾向于使用JSON格式。然而,开发者仍然需要处理全局配置的读取和管理,为此,这里提供了三...
.NET Framework 2.0及更高版本推荐使用`System.Configuration.ConfigurationManager.AppSettings`来读取配置项,而不是过时的`ConfigurationSettings.AppSettings`。确保你的项目已引用`system.configuration.dll`...
在.NET Framework开发中,ConfigurationManager类是处理应用程序配置文件的关键工具,它允许开发者轻松地读取、写入和管理配置设置。然而,直接使用ConfigurationManager可能会在某些场景下显得不够灵活或难以扩展。...
在.NET框架中,`ConfigurationManager`是用于处理应用程序配置文件的主要类,主要用于读取、写入和管理应用程序的配置设置。而`WebConfigurationManager`是`ConfigurationManager`的一个子类,专门为ASP.NET应用程序...
一、框架集成与集成请参考,完全支持IConfiguration的变动通知与集成(.net 4.7.1及以后版本,只支持动态修改ConfigurationManager.AppSettings)或直接使用ApolloConfigurationManager请参考如果想将传统的config配置...
在.net编程中,我们经常用到config文件...这个.config文件其实就是一个xml文件,对它的读操作微软已经提供了一个类来实现了,这个类就是System.Configuration.ConfigurationManager,下面分别是例子:.................
AppSettings 节的配置信息可以在代码中使用 System.Configuration.ConfigurationManager.AppSettings["name"] 来检索值。 ConnectionStrings 节是用于存储数据库连接字符串的。ConnectionStrings 节的配置信息可以...
在.NET框架中,`System.Configuration.ConfigurationManager`是用于管理和访问应用程序配置文件的主要类。这个类提供了方便的方法来读取和修改应用程序的配置设置,特别是针对`app.config`或`web.config`文件。当...
private string connectionString = ConfigurationManager.ConnectionStrings["MyConnectionString"].ConnectionString; public bool InsertRecord(string columnName, string value) { // 实现插入记录的代码 ...
在.NET框架中,`ConfigurationManager`是用于处理配置信息的常用工具,尤其是在WebForms和WinForms应用中。开发者通常用它来获取应用程序设置,比如数据库连接字符串、API密钥等。然而,这个类有一些潜在的问题: 1...
在代码中可以通过 `System.Configuration.ConfigurationManager.AppSettings` 类访问这些值: ```csharp string connectionString = System.Configuration.ConfigurationManager.AppSettings["con"]; SqlCommand ...
ASP.NET提供了ConfigurationManager类,可以方便地获取Web.config中的设置。例如,获取连接字符串可以这样做: ```csharp string connectionString = ConfigurationManager.ConnectionStrings["MyConnectionString...
string connStr = ConfigurationManager.ConnectionStrings["OracleConnection"].ConnectionString; using (OracleConnection conn = new OracleConnection(connStr)) { conn.Open(); string query = "SELECT ...
ASP.NET允许开发者通过ConfigurationManager类访问配置文件,进行设置的读取和更新,如数据库连接字符串、应用程序设置等。 最后,"ComponentOne-c1webgrid控件多选框实现.htm"提到了ComponentOne的C1WebGrid控件,...
`.NET`框架提供`System.Configuration`命名空间,其中包含`ConfigurationManager`类,用于读取和修改应用程序配置文件(如app.config或web.config)。`AppSettings`和`ConnectionStrings`节点是常见的配置项,可以...