当前位置:编程学习 > C#/ASP.NET >>

怎么找到SQL连接代码呢?(有代码)

我们公司的技术人员写的。。。我不晓得数据库连接密码,所以登了服务器找,但是貌似找不到。。好像被封装了。。。现在急用啊。。。他今天休假了。。

我贴上代码web.config里。。。因为CSDN不允许贴太长,我贴了一部分我认为关键的东西。。:)
<?xml version="1.0"?>
<configuration>
<configSections>
<add name="DW" connectionString="Data Source=EIS;Initial Catalog=CentralMotekDW;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<cachingConfiguration defaultCacheManager="Cache Manager">
<cacheManagers>
<add expirationPollFrequencyInSeconds="60" maximumElementsInCacheBeforeScavenging="1000" numberToRemoveWhenScavenging="10" backingStoreName="Null Storage" name="Cache Manager"/>
</cacheManagers>
<backingStores>
<add encryptionProviderName="" type="Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.NullBackingStore, Microsoft.Practices.EnterpriseLibrary.Caching, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" name="Null Storage"/>
</backingStores>
</cachingConfiguration>
<appSettings>
<add key="ChartHttpHandler" value="Storage=memory;Timeout=180;Url=~/temp/;"/>
<add key="OlapConnectionString" value="Provider=msolap.3;DataSource=EIS; Initial Catalog=CentralMotekOLAP;"/>
</appSettings>
<system.web>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</controls>
</pages>
<siteMap defaultProvider="SiteMapDataSource1" enabled="true">
<providers>
<add name="SiteMapDataSource1" type="System.Web.XmlSiteMapProvider" siteMapFile="Web.sitemap"/>
</providers>
</siteMap>
<!--
          Set compilation debug="true" to insert debugging
          symbols into the compiled page. Because this
          affects performance, set this value to true only
          during development.
    -->
<compilation debug="true" urlLinePragmas="true">
<assemblies>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="Microsoft.AnalysisServices.AdomdClient, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
<add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
</compilation>
<authentication mode="Forms">
<forms name="UserID" loginUrl="Login.aspx"></forms>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
<anonymousIdentification enabled="true"/>
<httpHandlers>
<remove path="*.asmx" verb="*"/>
<add path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add path="OlapChartAxd.axd" verb="*" type="Dundas.Olap.WebUIControls.ChartHttpHandler" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</handlers>
</system.webServer>
<location path="images">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>
<location path="style">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>
<location path="framework">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>
</configuration>


如果大家还需要什么才能找到,请告诉我一声?可不能是机密文件奥?:)  请大家帮忙。。谢谢 --------------------编程问答--------------------

 <add name="DW" connectionString="Data Source=EIS;Initial Catalog=CentralMotekDW;Integrated Security=True" providerName="System.Data.SqlClient"/>


使用的是信任连接
没办法知道用户名和密码的 --------------------编程问答-------------------- 奥!第一次听说有这种连接。。:)那怎么让他只运行命名管道连接?使用TCP不安全奥???改哪里呢?谢谢~~~ --------------------编程问答-------------------- 默认就是命名管道连接吧~ --------------------编程问答-------------------- http://www.knowsky.com/205.html
看看这里可能对你有帮助~ --------------------编程问答-------------------- 希望下面这个影片,能帮得上你:
http://download.csdn.net/source/321684 --------------------编程问答-------------------- http://topic.csdn.net/t/20020917/12/1030103.html --------------------编程问答-------------------- 不是。。。Sandy945大哥。。那个我知道的。。但是现在的问题是,ASP.NET的网站程序,他们当时写的时候是采用TCP连接。。就是 IP地址那个。。。现在我找不到改的地方,使网站程序采用命名连接。。。。在哪里能找到呢??? --------------------编程问答-------------------- 楼主,你先表白一下,什么是信任连接吧~
信任连接,它是一种对数据库访问的安全策略,因为信任连接是使用和操作系统登录相关的账户,中有用户正确登录操作系统之后,才能登录数据库。
当然,你的程序有相应的管理权限,也可能操作数据(这就是什么asp.net可以使用“信任连接”来操作SQL了。)

ASP.NET的网站程序,他们当时写的时候是采用TCP连接。。就是 IP地址那个
------------------------------------
那是当时,可是现在你给的代码,说明,程序现在在用“信任连接”也就是说,没有“传统”的连接字符串,如果你想改成“传统”的连接方式,你可以重写一个吗,没有任何难度的。

 本人怀疑你是否是这个程序的合法使用者?即使是休假,也不可能让你这个非专业人员来改后台代码的~~ --------------------编程问答-------------------- 从你给的代码来看,这个程度用的技术还真不少,越来越怀疑你的行为~,为会是“黑了”人家的网站,又偷人家代码吧??!!!

给我吓跑了~ --------------------编程问答-------------------- 郁闷。。。本人是学应用软件的,并不是学WEB开发的。。。我是在公司做桌面软件!!!
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,