- 浏览: 1608604 次
- 性别:
- 来自: 厦门
文章分类
- 全部博客 (603)
- T_java (145)
- T_script&ASP (51)
- T_C/C++ (25)
- T_PowerBuilder (11)
- T_Database (53)
- T_odoo (7)
- T_应用服务器 (50)
- T_专_条形码 (6)
- T_专_负载均衡器 (4)
- T_操作系统 (94)
- T_信息安全 (41)
- T_专_搜索引擎 (14)
- T_L_PHP (58)
- T_L_Delphi (18)
- T_L_.NET、C#、VisualStudio (25)
- T_L_Objective-C (6)
- T_移动开发 (53)
- T_网络 (109)
- T_大数据 (2)
- T_嵌入式 (2)
- T_小众技术 (24)
- T_未分类 (58)
- L_旅游印记 (1)
- L_生活随笔 (48)
- L_中国文化 (18)
- L_户外与生存 (0)
最新评论
-
csbean4004:
不知道哪传来得恶习,发帖子不好好发,故意弄错一些东西,很讨厌
让HTML5支持后置摄像头 -
withthewind:
终于找到一个可以用的了。。。
如何用VBA取得Word文档中的标题前面的序号 -
busbby:
兄弟,无法下载,说文件不完整
一个好用的Outlook ost格式文件转pst文件的工具 -
yijavakevin:
密码啊~解压密码多少?
一个二维条形码组件 -
vipbooks:
你给的那个链接根本无法下载,跳到官网看了下最新版12M,但点下 ...
十步以内完成精细web打印
今天,有个网站访问时报错如下:
Server Error in '/' Application. -------------------------------------------------------------------------------- An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [SqlException (0x80131904): An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)] System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +734995 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188 System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) +820 System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +628 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +359 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +496 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105 System.Data.SqlClient.SqlConnection.Open() +111 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +121 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83 System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1770 System.Web.UI.WebControls.Repeater.GetData() +50 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +232 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +53 System.Web.UI.WebControls.Repeater.DataBind() +72 System.Web.UI.WebControls.Repeater.EnsureDataBound() +55 System.Web.UI.WebControls.Repeater.OnPreRender(EventArgs e) +12 System.Web.UI.Control.PreRenderRecursiveInternal() +77 System.Web.UI.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
从字面看,是数据库服务器不允许访问连接。针对这个问题,可以通过下列办法来解决:
1. 在SQLServer实例上设置启用远程连接.
http://aspnetmembershipprovider.blogspot.com/2009/02/eanble-remote-connections-on-instance.html
2. 启动SQLServer server browser服务.
http://aspnetmembershipprovider.blogspot.com/2009/02/enable-sql-server-browser-service.html
3. 修改Windows防火墙,允许SQLServer 和SQLServer server browser service穿过.
发表评论
-
十步以内完成精细web打印
2017-06-21 11:44 7367注意: 康虎云报表组 ... -
让ie6 7 8 9支持html5 websocket
2016-12-23 20:52 2315结果: 从github上的 web ... -
Sql注入之sqlmap+dvwa实例演练
2016-10-27 16:27 1591Sql注入之sqlmap+dvwa实例演练 相信 ... -
ODOO9 SAAS 全自动安装脚本 基于Ubuntu 14.04 LTS
2016-05-09 10:37 2488install-odoo-saas.sh #! ... -
基于 HTTP/2 的 WEB 内网穿透实现(转)
2016-04-22 15:50 1495基于 HTTP/2 的 WEB 内网穿透实现 HTTP ... -
搭建自己的ngrok服务(转)
2016-04-22 15:42 893搭建自己的ngrok服务 在国内开发、企业号 ... -
一个把内网端口映射到外网的工具ngrok(类似与花生壳)
2016-04-22 14:35 1407Secure tunnels to localhost ... -
申请Let's encrypt的免费SSL证书的正确姿势(转)
2016-03-30 19:16 1380申请Let's encrypt的免费SS ... -
Mybatis Generator配置详解(中文)_转
2015-12-17 16:44 917来自: http://www.jianshu.com/p/e ... -
通过 HTTP 头进行 SQL 注入(转)
2015-12-11 10:10 3255在漏洞评估和渗透测试中,确定目标应用程序的输入向量是 ... -
采用ajp代理模式配置Apache+tomcat实现负载均衡(转)
2015-11-13 10:22 869这一种方法,配置简单,性能也高。附AJP介绍: AJP ... -
使用AXIOM给WebService调用增加SOAP头
2015-05-19 10:17 1153直接上代码 public static void ... -
Weblogic8官方文档有关JMX部分的地址
2013-12-04 14:48 744http://docs.oracle.com/cd/E13 ... -
weblogic server支持P3P协议
2013-10-16 19:34 808weblogic 支持P3P 隐私协议 来源:http:/ ... -
weblogic通过代理插件weblogic.servlet.proxy.HttpProxyServlet跨域访问导致session丢失问题的解决(转)
2013-10-16 19:24 1332原文:http://ribbonchen.blog.163. ... -
一个PHP的开源流媒体服务系统(PHP Webcam Live Streaming)
2013-05-31 18:48 3507http://sourceforge.net/proj ... -
Spring MVC 与 Jython的联姻
2013-05-31 17:21 1255Jython Spring MVC Controllers ... -
排名最前的6款开源ERP软件比较
2013-03-20 22:45 1385为何选择OpenERP而不是 ... -
WP-Table Reloaded插件的数据存储位置
2012-12-30 09:14 1242WordPress插件WP-Table Reloaded数据于 ... -
虚拟化、云计算、开放源代码及其他 (转)
2012-10-19 21:29 1096借国庆长假的机会写了这篇长文,全面地整理了个人从虚拟化 ...
相关推荐
针对“安装SQL SERVER 2005遇到的问题解决办法.doc”文档,它可能包含具体的错误案例分析和详细的解决步骤,包括如何处理安装过程中可能出现的错误,如何修复已损坏的安装文件,以及如何配置系统环境以顺利安装SQL ...
RDA(Remote Data Access)是一种数据访问技术,它允许PDA上的应用程序通过远程方式访问并操作PC端的SQL Server数据库。使用RDA,可以通过网络将数据从服务器传输到PDA设备上,使得移动用户能够访问和同步服务器上...
在Windows 7操作系统中安装SQL Server 2005的过程涉及多个步骤,包括配置IIS、安装SQL Server、安装服务包、启用特定服务、配置防火墙规则以及远程连接的设置。下面将详细解释这些步骤: 1. **配置IIS**: 在控制...
为了允许远程连接,需要配置Windows防火墙。打开“控制面板” > “系统和安全” > “Windows防火墙”,然后创建例外,分别针对SQL Server 2005和SQL Server Browser服务。 进一步配置SQL Server 2005以接受远程连接...
在Windows 7操作系统中安装SQL Server 2005是一个多步骤的过程,涉及到IIS的配置、SQL Server的安装、服务包的更新、服务的启用、防火墙的配置以及远程连接的设定。以下是对这些步骤的详细解释: 1. **安装及配置...
通过WebService,Android应用可以安全地对远程SQLServer数据库进行读写操作。 8. **数据库操作(CRUD)**: CRUD代表创建(Create)、读取(Read)、更新(Update)和删除(Delete),这是数据库操作的基础。在本...
接着,配置SQL Server 2005以接受远程连接。使用SQL Server Configuration Manager,确保SQL Server Browser服务正在运行,并将其设置为开机启动。在“SQL Server 2005 Network Configuration”下,对于SQL Server...
即使在“SQL Server 外围应用配置器”中设置了允许远程连接,仍然无法连接可能是因为SQL Server 2005安装不完整。重装SQL Server 2005是解决此类问题的一个常见步骤。 7. **数据库附加为只读**: 如果附加的...
当尝试连接SQL Server 2005并出现远程连接错误时,问题可能是由于SQL Server默认不允许远程连接。解决方法首先确保SQL Server Express已安装并且服务正在运行。如果仍然无法连接,需要打开SQL Server外围应用配置器...
连接SQL Server 2005时默认连接远程数据库失败(provider: 提供者, error: 40 - 无法连接到 SQL Server) **问题描述**: 当尝试连接到远程SQL Server 2005数据库时,可能会遇到默认连接失败的问题,错误提示为...
- 可以选择停止不需要的服务,例如禁用远程连接。 - 通过 SQL Server 外围应用配置器还可以配置其他功能,比如启用 xp_cmdshell。 8. **服务管理**: - 使用命令 `net stop mssqlserver` 来停止 SQL Server 服务...
Dim objRDA As New Microsoft.SqlServer.CE.RemoteDataAccess objRDA.Connection = strConnection objRDA.UploadChanges() objRDA.DownloadChanges() ``` #### 结论 通过使用SQL Server CE提供的RDA对象,可以有效...
在设置SQL Server时,你需要安装数据库引擎、配置服务器网络配置,允许远程连接,并创建必要的数据库。此外,安全性是关键,因此要确保设置强密码,启用身份验证,并合理分配权限。 在网站架构设计阶段,需要考虑...
在这个特定的压缩包“ASP.NET-[其他类别]isqlweb(Web版SQLServer管理器).zip”中,包含的是一个名为“isqlweb”的Web版SQL Server管理工具。 isqlweb是一个基于Web的SQL Server管理工具,允许用户通过Web界面远程...
最初是Windows NT版本的可选包,随后内置在Windows 2000、Windows XP Professional和Windows Server 2003一起发行,但在普遍使用的Windows XP Home版本上并没有IIS。 添加和运行准备 一、IIS的添加 请进入“控制...
- 如果默认设置不允许远程连接,则需要在 SQL Server 的配置中开启远程连接功能。 #### 五、总结 以上步骤详细介绍了如何在 Windows XP 系统中配置 IIS 以支持 ASP.NET 应用程序的过程。通过这些步骤,可以有效地...
接着,要在SQL Server Configuration Manager中启用TCP/IP协议,以允许远程访问。同时,要在数据库管理界面创建用户和数据库。 接下来,安装PHP并配置IIS服务。对于PHP的配置,打开`php.ini`文件,增加`mssql.text...
描述中提到的"安卓连接Sqlserver数据库"通常涉及以下两个主要方法: 1. **通过IIS WebService访问数据库**: 这种方式是创建一个IIS托管的WebService,该服务作为Android客户端和SQL Server之间的中介。WebService...
- 有时候会出现“404 Not Found”错误,可能是因为文档根目录设置不正确或者文件名拼写错误。 总的来说,IIS 5.0为Windows 2000提供了强大的Web服务功能,但同时也需要管理员对系统安全有深刻理解,以确保服务器的...