60能卖?能的话给我也留个言...
jdjdj...
用webgl+unity3d听我的...
当前:Asp.net源码《某公司人事工资管理系统源码》的评论[查看所有]显示 | 新窗口查看<br/>错误信息:<br/>“/”应用程序中的服务器错误。<br/>--------------------------------------------------------------------------------<br/><br/>由于读取注册表项时出错,导致无法生成 SQL Server 的用户实例。该连接将关闭。 <br/>说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 <br/><br/>异常详细信息: System.Data.SqlClient.SqlException: 由于读取注册表项时出错,导致无法生成 SQL Server 的用户实例。该连接将关闭。<br/><br/>连接不上数据库,改了WEB。CONFIG还是有问题<br/>[attachimg]3137[/attachimg]<br/><br/><br/>[attachimg]3136[/attachimg]<br/><br/><br/>等等……<br/><br/><br/>解决办法<br/>两个数据库名一样,全要重命名首页先附加数据库<br/>附加了数据库--E:\TDDOWNLOAD\某公司人事工资管理系统源码\APP_DATA\ASPNETDB.MDF<br/>这么长,WEB.config 肯定找不见了,<br/>重命名数据库---<br/><b>ASPNETDB</b><br/>接下我们WEB。CONFIG <br/> <add name="MyPersonnelDBConnectionString" connectionString="Data Source=LILO202\SQL2005;Initial Catalog=MyPersonnelDB;User ID=sa;Password=lilo202;Pooling=true;Min Pool Size=10;Max Pool Size=200 " providerName="System.Data.SqlClient"/><br/> <add name="MyASPNETDBConnectionString" connectionString="Data Source=LILO202\SQL2005;Initial Catalog=ASPNETDB;User ID=sa;Password=lilo202;Pooling=true;Min Pool Size=10;Max Pool Size=200 " providerName="System.Data.SqlClient"/><br/><br/>这样就可以打开页面了,<br/>注意!!!!!<br/>[attachimg]3137[/attachimg]<br/><br/>这个问题是,因为你没有登录导致的!!!!<br/>打开default.aspx 记的要在先在导航里找到“系统设置”-------然后登录系统--<br/>输入--默认管理员帐号:51aspx,密码:51aspx.com <br/>[attachimg]3136[/attachimg]
我是windows验证身份的怎么 写啊 大侠~~ ??
谢谢提供。放下老长时间了,现在想拾起来。
:)有基础的话很简单的事情对吧!
新人增加的积分 <font color="lemonchiffon">www.51bjxdbj.com</font><br/> <br/> <br/> <br/>
学习一下
数据跨不对
数据库配置不了啊
数据库配置不对,求助中
<br/><b><font face="微软雅黑">两个数据库名一样,全要重命名</font></b>首页先附加数据库<br/>附加了数据库--E:\TDDOWNLOAD\某公司人事工资管理系统源码\APP_DATA\ASPNETDB.MDF<br/>这么长,WEB.config 肯定找不见了,<br/><b>重命名</b>数据库---<br/>ASPNETDB<br/><br/>接下我们WEB。CONFIG <br/> <add name="MyPersonnelDBConnectionString" connectionString="Data Source=LILO202\SQL2005;Initial Catalog=MyPersonnelDB;User ID=sa;Password=lilo202;Pooling=true;Min Pool Size=10;Max Pool Size=200 " providerName="System.Data.SqlClient"/><br/> <add name="MyASPNETDBConnectionString" connectionString="Data Source=LILO202\SQL2005;Initial Catalog=ASPNETDB;User ID=sa;Password=lilo202;Pooling=true;Min Pool Size=10;Max Pool Size=200 " providerName="System.Data.SqlClient"/><br/><br/>这样就可以打开页面了,<br/>打开记的要在先在导航里找到“系统设置”-------然后登录系统--<br/>输入--默认管理员帐号:51aspx,密码:51aspx.com
错误信息:<br/>“/”应用程序中的服务器错误。<br/>--------------------------------------------------------------------------------<br/><br/>由于读取注册表项时出错,导致无法生成 SQL Server 的用户实例。该连接将关闭。 <br/>说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 <br/><br/>异常详细信息: System.Data.SqlClient.SqlException: 由于读取注册表项时出错,导致无法生成 SQL Server 的用户实例。该连接将关闭。<br/><br/>源错误: <br/><br/>执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。 <br/><br/>堆栈跟踪: <br/><br/><br/>[SqlException (0x80131904): 由于读取注册表项时出错,导致无法生成 SQL Server 的用户实例。该连接将关闭。]<br/> System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4849015<br/> System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194<br/> System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2394<br/> System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +35<br/> System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +144<br/> System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +342<br/> System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221<br/> System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189<br/> System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +4863459<br/> System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31<br/> System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433<br/> System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66<br/> System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +499<br/> System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65<br/> System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117<br/> System.Data.SqlClient.SqlConnection.Open() +122<br/> System.Web.DataAccess.SqlConnectionHolder.Open(HttpContext context, Boolean revertImpersonate) +87<br/> System.Web.DataAccess.SqlConnectionHelper.GetConnection(String connectionString, Boolean revertImpersonation) +221<br/> System.Web.Security.SqlMembershipProvider.GetPasswordWithFormat(String username, Boolean updateLastLoginActivityDate, Int32& status, String& password, Int32& passwordFormat, String& passwordSalt, Int32& failedPasswordAttemptCount, Int32& failedPasswordAnswerAttemptCount, Boolean& isApproved, DateTime& lastLoginDate, DateTime& lastActivityDate) +815<br/> System.Web.Security.SqlMembershipProvider.CheckPassword(String username, String password, Boolean updateLastLoginActivityDate, Boolean failIfNotApproved, String& salt, Int32& passwordFormat) +105<br/> System.Web.Security.SqlMembershipProvider.CheckPassword(String username, String password, Boolean updateLastLoginActivityDate, Boolean failIfNotApproved) +42<br/> System.Web.Security.SqlMembershipProvider.ValidateUser(String username, String password) +78<br/> System.Web.UI.WebControls.Login.AuthenticateUsingMembershipProvider(AuthenticateEventArgs e) +60<br/> System.Web.UI.WebControls.Login.OnAuthenticate(AuthenticateEventArgs e) +119<br/> System.Web.UI.WebControls.Login.AttemptLogin() +115<br/> System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +101<br/> System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37<br/> System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118<br/> System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166<br/> System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10<br/> System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13<br/> System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36<br/> System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Data Source=.\数据库实例名称例如:(SQLEXPRESS);这样试试看
可以把错误信息帖出来!:)
这样配置还是不行啊?
数据库配置不对啊
:-o 出现什么问题?
先自己试着修改一下,实在解决不了的话,把遇到的问题写到论坛上,会有不少人给你解决问题的。
是webfrom啊,我还以为是winform呢。汗颜啊
可以到<a href="http://win.51aspx.com/" target="_blank">http://win.51aspx.com/</a> 这里搜索winform的
下下来看看
感觉题目对了,想参考一下,所以就下了。谢谢咯!!
对楼主有用就好,感谢楼主支持!:Z
感觉还可以,下载来看看
恩 肯定有我们可以学习到的地方,希望可以有助于楼主学习!
谢谢 学习 学习
也感谢您的支持!
研究看看,谢谢!
:*.......
:)