 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Server errorlog</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/server-errorlog/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 23:18:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How do I write the code to connect an .aspx webform to a MS SQL server and database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-write-the-code-to-connect-an-aspx-webform-to-a-ms-sql-server-and-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-write-the-code-to-connect-an-aspx-webform-to-a-ms-sql-server-and-database/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 13:47:33 +0000</pubDate>
		<dc:creator>Twinkles rules</dc:creator>
				<category><![CDATA[Server errorlog]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server errors]]></category>
		<category><![CDATA[VS 2008]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This was done in VS 2008 the web forms are registration and log in forms with aspx controls. I created the database and the tables ( but am having issues with the constraints for 3 columns). I am trying to find out how to connect the 2 and where would I put the code. I [...]]]></description>
				<content:encoded><![CDATA[<p>This was done in VS 2008<br />
the web forms are registration and log in forms with aspx controls.<br />
I created the database and the tables ( but am having issues with the constraints for 3 columns). I am trying to find out how to connect the 2 and where would I put the code. I am not a programmer and I am trying to do this the company cannot afford a programmer. I know based on what I already have, the pages are not connecting to the database<br />
I am pretty sure that my registration information is not stored in the table but I did not get an arror on that one. In particular, on my log in page I received the following:<br />
: 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: SQL Network Interfaces, error: 26 &#8211; Error Locating Server/Instance Specified)</p>
<p>Source Error:<br />
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. </p>
<p>Stack Trace: </p>
<p>[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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)]<br />
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +1319502<br />
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +201<br />
   System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +328<br />
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +178<br />
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +395<br />
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +230<br />
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +217<br />
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +209<br />
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +29<br />
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433<br />
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +72<br />
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +457<br />
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +100<br />
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +116<br />
   System.Data.SqlClient.SqlConnection.Open() +154<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&#038; status, String&#038; password, Int32&#038; passwordFormat, String&#038; passwordSalt, Int32&#038; failedPasswordAttemptCount, Int32&#038; failedPasswordAnswerAttemptCount, Boolean&#038; isApproved, DateTime&#038; lastLoginDate, DateTime&#038; lastActivityDate) +815<br />
   System.Web.Security.SqlMembershipProvider.CheckPassword(String username, String password, Boolean updateLastLoginActivityDate, Boolean failIfNotApproved, String&#038; salt, Int32&#038; 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) +1546</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-write-the-code-to-connect-an-aspx-webform-to-a-ms-sql-server-and-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-2/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 08:55:13 +0000</pubDate>
		<dc:creator>Shanthikumari</dc:creator>
				<category><![CDATA[Database administration]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Server errorlog]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What should you do when you find a stacktrace in the server errorlog]]></description>
				<content:encoded><![CDATA[<p>What should you do when you find a stacktrace in the server errorlog</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.022 seconds using memcached
Object Caching 383/416 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 00:28:16 -->