-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
adai
committed
Aug 11, 2015
1 parent
0a96380
commit d429849
Showing
5 changed files
with
866 additions
and
782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
有关如何配置 ASP.NET 应用程序的详细信息,请访问 | ||
http://go.microsoft.com/fwlink/?LinkId=169433 | ||
--> | ||
<configuration> | ||
<configSections> | ||
<section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false" /> | ||
</configSections> | ||
<connectionStrings> | ||
<!-- <add name="ConnectionString" connectionString="server=.;database=BudgetNetDB;User ID=sa;Password=123" providerName="System.Data.SqlClient" />--> | ||
<!--<add name="ConnectionString" connectionString="server=.;database=BudgetNetDB;uid=sa;pwd=123;" providerName="System.Data.SqlClient" />--> | ||
<!--<add name="ConnectionString" connectionString="server=.;database=JZBudgetNetDB;User ID=sa;Password=123" providerName="System.Data.SqlClient" />--> | ||
|
||
<add name="ConnectionString" connectionString="server=59.175.153.45;database=AssistBudgetNetDB;uid=sa;pwd=lasting888@;" providerName="System.Data.SqlClient" /> | ||
<add name="ConnectionStringserver" connectionString="server=59.175.153.45;database=AssistBudgetNetDB;uid=sa;pwd=lasting888@;" providerName="System.Data.SqlClient" /> | ||
</connectionStrings> | ||
<extnet /> | ||
<!-- | ||
The following system.web section is only requited for running ASP.NET AJAX under Internet | ||
Information Services 6.0 (or earlier). This section is not necessary for IIS 7.0 or later. | ||
--> | ||
<appSettings> | ||
<add key="k" value="v" /> | ||
<add key="AreaCode" value="jy" /> | ||
<add key="AreaDepID" value="1036" /> | ||
<add key="UnitCode" value="01123721-4" /> | ||
<add key="listallocation" value="财政拨款,其他资金*基本支出,项目支出*工资福利支出,商品和服务支出,对个人和家庭补助支出,其他资本性支出" /> | ||
</appSettings> | ||
<system.web> | ||
<pages enableEventValidation="False" viewStateEncryptionMode="Never"> | ||
|
||
</pages> | ||
<compilation debug="true" targetFramework="4.0"> | ||
<assemblies> | ||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> | ||
</assemblies> | ||
</compilation> | ||
<httpHandlers> | ||
<add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" /> | ||
</httpHandlers> | ||
<httpModules> | ||
<add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" /> | ||
</httpModules> | ||
<httpRuntime requestValidationMode="2.0" /> | ||
</system.web> | ||
<!-- | ||
The system.webServer section is required for running ASP.NET AJAX under Internet Information Services 7.0. | ||
It is not necessary for previous version of IIS. | ||
--> | ||
<system.webServer> | ||
<validation validateIntegratedModeConfiguration="false" /> | ||
<modules> | ||
<add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net" /> | ||
</modules> | ||
<handlers> | ||
<add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" /> | ||
</handlers> | ||
<directoryBrowse enabled="true" /> | ||
</system.webServer> | ||
<?xml version="1.0"?> | ||
<!-- | ||
有关如何配置 ASP.NET 应用程序的详细信息,请访问 | ||
http://go.microsoft.com/fwlink/?LinkId=169433 | ||
--> | ||
<configuration> | ||
<configSections> | ||
<section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false" /> | ||
</configSections> | ||
<connectionStrings> | ||
<!-- <add name="ConnectionString" connectionString="server=.;database=BudgetNetDB;User ID=sa;Password=123" providerName="System.Data.SqlClient" />--> | ||
<!--<add name="ConnectionString" connectionString="server=.;database=BudgetNetDB;uid=sa;pwd=123;" providerName="System.Data.SqlClient" />--> | ||
<!--<add name="ConnectionString" connectionString="server=.;database=JZBudgetNetDB;User ID=sa;Password=123" providerName="System.Data.SqlClient" />--> | ||
|
||
<add name="ConnectionString" connectionString="server=.database=BudgetDB;uid=sa;pwd=123;" providerName="System.Data.SqlClient" /> | ||
<add name="ConnectionStringserver" connectionString="server=.;database=BudgetDB;uid=sa;pwd=123;" providerName="System.Data.SqlClient" /> | ||
</connectionStrings> | ||
<extnet /> | ||
<!-- | ||
The following system.web section is only requited for running ASP.NET AJAX under Internet | ||
Information Services 6.0 (or earlier). This section is not necessary for IIS 7.0 or later. | ||
--> | ||
<appSettings> | ||
<add key="k" value="v" /> | ||
<add key="AreaCode" value="jy" /> | ||
<add key="AreaDepID" value="1036" /> | ||
<add key="UnitCode" value="01123721-4" /> | ||
<add key="listallocation" value="财政拨款,其他资金*基本支出,项目支出*工资福利支出,商品和服务支出,对个人和家庭补助支出,其他资本性支出" /> | ||
</appSettings> | ||
<system.web> | ||
<pages enableEventValidation="False" viewStateEncryptionMode="Never"> | ||
|
||
</pages> | ||
<compilation debug="true" targetFramework="4.0"> | ||
<assemblies> | ||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> | ||
</assemblies> | ||
</compilation> | ||
<httpHandlers> | ||
<add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" /> | ||
</httpHandlers> | ||
<httpModules> | ||
<add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" /> | ||
</httpModules> | ||
<httpRuntime requestValidationMode="2.0" /> | ||
</system.web> | ||
<!-- | ||
The system.webServer section is required for running ASP.NET AJAX under Internet Information Services 7.0. | ||
It is not necessary for previous version of IIS. | ||
--> | ||
<system.webServer> | ||
<validation validateIntegratedModeConfiguration="false" /> | ||
<modules> | ||
<add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net" /> | ||
</modules> | ||
<handlers> | ||
<add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" /> | ||
</handlers> | ||
<directoryBrowse enabled="true" /> | ||
</system.webServer> | ||
</configuration> |
Oops, something went wrong.