<?xmlversion="1.0"?>
<!--
Note:Asanalternativetohandeditingthisfileyoucanusethe
webadmintooltoconfiguresettingsforyourapplication.Use
theWebsite->Asp.NetConfigurationoptioninVisualStudio.
Afulllistofsettingsandcommentscanbefoundin
machine.config.commentsusuallylocatedin
WindowsMicrosoft.NetFramework2.xConfig
-->
<configuration>
<appSettings/>
<connectionStrings>
<addname="dangweiConnectionString"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="dangweiConnectionString2"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="sqlconn"connectionString="server=192.168.0.200cs;database=dangwei;
uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="dangweiConnectionString3"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="dangweiConnectionString4"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="dangweiConnectionString5"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="dangweiConnectionString6"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="dangweiConnectionString7"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
<addname="dangweiConnectionString8"connectionString="DataSource=192.168.0.200cs;
InitialCatalog=dangwei;uid=sa;pwd=404;"
providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<!--
Setcompilationdebug="true"toinsertdebugging
symbolsintothecompiledpage.Becausethis
affectsperformance,setthisvaluetotrueonly
duringdevelopment.
-->
<httpHandlers>
<addpath="Reserved.ReportViewerWebControl.axd"verb="*"
type="Microsoft.Reporting.WebForms.HttpHandler,Microsoft.ReportViewer.WebForms,
Version=8.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"
validate="false"/>
</httpHandlers>
<compilationdebug="true">
<buildProviders>
<addextension=".rdlc"type="Microsoft.Reporting.RdlBuildProvider,Microsoft.ReportViewer.
Common,Version=8.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"/>
</buildProviders>
</compilation>
<!--
The<authentication>sectionenablesconfiguration
ofthesecurityauthenticationmodeusedby
ASP.NETtoidentifyanincominguser.
-->
<authenticationmode="Forms">
<formsloginUrl="denglu.aspx"/>

<!--
The<customErrors>sectionenablesconfiguration
ofwhattodoif/whenanunhandlederroroccurs
duringtheexecutionofarequest.Specifically,
itenablesdeveloperstoconfigurehtmlerrorpages
tobedisplayedinplaceofaerrorstacktrace.

<customErrorsmode="RemoteOnly"defaultRedirect="GenericErrorPage.htm">
<errorstatusCode="403"redirect="NoAccess.htm"/>
<errorstatusCode="404"redirect="FileNotFound.htm"/>
</customErrors>
-->
</authentication>

</system.web>
<system.web>
<customErrorsmode="Off"/>
</system.web>
<locationpath="security">



<system.web>
<authorization>
<denyusers="?"/>
<denyusers="*"/>
</authorization>
</system.web>
</location>
</configuration>



终于把服务器上的web.config搞定啦,哈哈哈