|
Not web.config, but a config file created by yourself, such as the file name aa.config
content:
<? xml version = "1.0" encoding = "utf-8"?>
<configuration>
<PrjManagePrimaryTable>
<ArchiveTables>
<TableName>
OABCK
</ TableName>
<CreatTableSql>
create table {0} ...... </ CreatTableSql>
</ ArchiveTables>
</ PrjManagePrimaryTable>
</ configuration>
I want to get the value of each node! How to call it? Thank you. |
|