473,583 Members | 3,010 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

When I run my ASP.NET 2.0 web app on my dev machine it works perfect. When
I precomile it to my web deployment project and then copy the debug files to
my web server I get this problem when trying to login (obviously it's using
ASPNETDB.mdf). Any ideas?

Server Error in '/' Application.
--------------------------------------------------------------------------------

Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
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.Sql Client.SqlExcep tion: Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is
not responding.

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): Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.]
System.Data.Sql Client.SqlInter nalConnection.O nError(SqlExcep tion
exception, Boolean breakConnection ) +684835
System.Data.Sql Client.TdsParse r.ThrowExceptio nAndWarning(Tds ParserStateObje ct
stateObj) +207
System.Data.Sql Client.TdsParse r.Connect(Boole an& useFailoverPart ner,
Boolean& failoverDemandD one, String host, String failoverPartner , String
protocol, SqlInternalConn ectionTds connHandler, Int64 timerExpire, Boolean
encrypt, Boolean integratedSecur ity, SqlConnection owningObject, Boolean
aliasLookup) +890
System.Data.Sql Client.SqlInter nalConnectionTd s.OpenLoginEnli st(SqlConnectio n
owningObject, SqlConnectionSt ring connectionOptio ns, String newPassword,
Boolean redirectedUserI nstance) +601
System.Data.Sql Client.SqlInter nalConnectionTd s..ctor(SqlConn ectionString
connectionOptio ns, Object providerInfo, String newPassword, SqlConnection
owningObject, Boolean redirectedUserI nstance) +159
System.Data.Sql Client.SqlConne ctionFactory.Cr eateConnection( DbConnectionOpt ions
options, Object poolGroupProvid erInfo, DbConnectionPoo l pool, DbConnection
owningConnectio n) +108
System.Data.Pro viderBase.DbCon nectionFactory. CreatePooledCon nection(DbConne ction
owningConnectio n, DbConnectionPoo l pool, DbConnectionOpt ions options) +28
System.Data.Pro viderBase.DbCon nectionPool.Cre ateObject(DbCon nection
owningObject) +445
System.Data.Pro viderBase.DbCon nectionPool.Use rCreateRequest( DbConnection
owningObject) +66
System.Data.Pro viderBase.DbCon nectionPool.Get Connection(DbCo nnection
owningObject) +304
System.Data.Pro viderBase.DbCon nectionFactory. GetConnection(D bConnection
owningConnectio n) +85
System.Data.Pro viderBase.DbCon nectionClosed.O penConnection(D bConnection
outerConnection , DbConnectionFac tory connectionFacto ry) +105
System.Data.Sql Client.SqlConne ction.Open() +111
System.Web.Data Access.SqlConne ctionHolder.Ope n(HttpContext context,
Boolean revertImpersona te) +126
System.Web.Data Access.SqlConne ctionHelper.Get Connection(Stri ng
connectionStrin g, Boolean revertImpersona tion) +239
System.Web.Secu rity.SqlMembers hipProvider.Get PasswordWithFor mat(String
username, Int32& status, String& password, Int32& passwordFormat, String&
passwordSalt, Int32& failedPasswordA ttemptCount, Int32&
failedPasswordA nswerAttemptCou nt, Boolean& isApproved) +815
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng username,
String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed, String& salt, Int32& passwordFormat) +80
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng username,
String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed) +42
System.Web.Secu rity.SqlMembers hipProvider.Val idateUser(Strin g username,
String password) +78
System.Web.UI.W ebControls.Logi n.OnAuthenticat e(AuthenticateE ventArgs e)
+161
System.Web.UI.W ebControls.Logi n.AttemptLogin( ) +94
System.Web.UI.W ebControls.Logi n.OnBubbleEvent (Object source, EventArgs e)
+101
System.Web.UI.C ontrol.RaiseBub bleEvent(Object source, EventArgs args) +35
System.Web.UI.W ebControls.Butt on.OnCommand(Co mmandEventArgs e) +115
System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String eventArgument)
+134
System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring
eventArgument) +7
System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData) +33
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +5670

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.502 15.44; ASP.NET
Version:2.0.502 15.44
Jan 16 '06 #1
4 13169
VB Programmer wrote:
When I run my ASP.NET 2.0 web app on my dev machine it works perfect. When
I precomile it to my web deployment project and then copy the debug files to
my web server I get this problem when trying to login (obviously it's using
ASPNETDB.mdf). Any ideas?

Server Error in '/' Application.
--------------------------------------------------------------------------------

Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
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.Sql Client.SqlExcep tion: Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is
not responding.

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): Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.]
System.Data.Sql Client.SqlInter nalConnection.O nError(SqlExcep tion
exception, Boolean breakConnection ) +684835
System.Data.Sql Client.TdsParse r.ThrowExceptio nAndWarning(Tds ParserStateObje ct
stateObj) +207
System.Data.Sql Client.TdsParse r.Connect(Boole an& useFailoverPart ner,
Boolean& failoverDemandD one, String host, String failoverPartner , String
protocol, SqlInternalConn ectionTds connHandler, Int64 timerExpire, Boolean
encrypt, Boolean integratedSecur ity, SqlConnection owningObject, Boolean
aliasLookup) +890
System.Data.Sql Client.SqlInter nalConnectionTd s.OpenLoginEnli st(SqlConnectio n
owningObject, SqlConnectionSt ring connectionOptio ns, String newPassword,
Boolean redirectedUserI nstance) +601
System.Data.Sql Client.SqlInter nalConnectionTd s..ctor(SqlConn ectionString
connectionOptio ns, Object providerInfo, String newPassword, SqlConnection
owningObject, Boolean redirectedUserI nstance) +159
System.Data.Sql Client.SqlConne ctionFactory.Cr eateConnection( DbConnectionOpt ions
options, Object poolGroupProvid erInfo, DbConnectionPoo l pool, DbConnection
owningConnectio n) +108
System.Data.Pro viderBase.DbCon nectionFactory. CreatePooledCon nection(DbConne ction
owningConnectio n, DbConnectionPoo l pool, DbConnectionOpt ions options) +28
System.Data.Pro viderBase.DbCon nectionPool.Cre ateObject(DbCon nection
owningObject) +445
System.Data.Pro viderBase.DbCon nectionPool.Use rCreateRequest( DbConnection
owningObject) +66
System.Data.Pro viderBase.DbCon nectionPool.Get Connection(DbCo nnection
owningObject) +304
System.Data.Pro viderBase.DbCon nectionFactory. GetConnection(D bConnection
owningConnectio n) +85
System.Data.Pro viderBase.DbCon nectionClosed.O penConnection(D bConnection
outerConnection , DbConnectionFac tory connectionFacto ry) +105
System.Data.Sql Client.SqlConne ction.Open() +111
System.Web.Data Access.SqlConne ctionHolder.Ope n(HttpContext context,
Boolean revertImpersona te) +126
System.Web.Data Access.SqlConne ctionHelper.Get Connection(Stri ng
connectionStrin g, Boolean revertImpersona tion) +239
System.Web.Secu rity.SqlMembers hipProvider.Get PasswordWithFor mat(String
username, Int32& status, String& password, Int32& passwordFormat, String&
passwordSalt, Int32& failedPasswordA ttemptCount, Int32&
failedPasswordA nswerAttemptCou nt, Boolean& isApproved) +815
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng username,
String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed, String& salt, Int32& passwordFormat) +80
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng username,
String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed) +42
System.Web.Secu rity.SqlMembers hipProvider.Val idateUser(Strin g username,
String password) +78
System.Web.UI.W ebControls.Logi n.OnAuthenticat e(AuthenticateE ventArgs e)
+161
System.Web.UI.W ebControls.Logi n.AttemptLogin( ) +94
System.Web.UI.W ebControls.Logi n.OnBubbleEvent (Object source, EventArgs e)
+101
System.Web.UI.C ontrol.RaiseBub bleEvent(Object source, EventArgs args) +35
System.Web.UI.W ebControls.Butt on.OnCommand(Co mmandEventArgs e) +115
System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String eventArgument)
+134
System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring
eventArgument) +7
System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData) +33
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +5670

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.502 15.44; ASP.NET
Version:2.0.502 15.44

Sounds like it can't connect to the database. Are you sure it has
connectivity, that the server is up and running fine, and that the
connection string/configuration is good and all?
Jan 16 '06 #2
The webserver is up and running because I have several sites running on
there.

Here is my connectionstrin g...
<connectionStri ngs>
<add name="MyMainDat abase" connectionStrin g="Data
Source=.\SQLEXP RESS;AttachDbFi lename=|DataDir ectory|\ASPNETD B.MDF;Integrate d
Security=True;U ser Instance=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>

It's the same as on my dev machine which works perfectly. Any idea?
Thanks!

"john smith" <jo**@smith.com > wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
VB Programmer wrote:
When I run my ASP.NET 2.0 web app on my dev machine it works perfect.
When I precomile it to my web deployment project and then copy the debug
files to my web server I get this problem when trying to login (obviously
it's using ASPNETDB.mdf). Any ideas?

Server Error in '/' Application.
--------------------------------------------------------------------------------

Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
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.Sql Client.SqlExcep tion: Timeout expired.
The timeout period elapsed prior to completion of the operation or the
server is not responding.

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): Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.]
System.Data.Sql Client.SqlInter nalConnection.O nError(SqlExcep tion
exception, Boolean breakConnection ) +684835

System.Data.Sql Client.TdsParse r.ThrowExceptio nAndWarning(Tds ParserStateObje ct
stateObj) +207
System.Data.Sql Client.TdsParse r.Connect(Boole an& useFailoverPart ner,
Boolean& failoverDemandD one, String host, String failoverPartner , String
protocol, SqlInternalConn ectionTds connHandler, Int64 timerExpire,
Boolean encrypt, Boolean integratedSecur ity, SqlConnection owningObject,
Boolean aliasLookup) +890

System.Data.Sql Client.SqlInter nalConnectionTd s.OpenLoginEnli st(SqlConnectio n
owningObject, SqlConnectionSt ring connectionOptio ns, String newPassword,
Boolean redirectedUserI nstance) +601

System.Data.Sql Client.SqlInter nalConnectionTd s..ctor(SqlConn ectionString
connectionOptio ns, Object providerInfo, String newPassword, SqlConnection
owningObject, Boolean redirectedUserI nstance) +159

System.Data.Sql Client.SqlConne ctionFactory.Cr eateConnection( DbConnectionOpt ions
options, Object poolGroupProvid erInfo, DbConnectionPoo l pool,
DbConnection owningConnectio n) +108

System.Data.Pro viderBase.DbCon nectionFactory. CreatePooledCon nection(DbConne ction
owningConnectio n, DbConnectionPoo l pool, DbConnectionOpt ions options) +28
System.Data.Pro viderBase.DbCon nectionPool.Cre ateObject(DbCon nection
owningObject) +445

System.Data.Pro viderBase.DbCon nectionPool.Use rCreateRequest( DbConnection
owningObject) +66
System.Data.Pro viderBase.DbCon nectionPool.Get Connection(DbCo nnection
owningObject) +304

System.Data.Pro viderBase.DbCon nectionFactory. GetConnection(D bConnection
owningConnectio n) +85

System.Data.Pro viderBase.DbCon nectionClosed.O penConnection(D bConnection
outerConnection , DbConnectionFac tory connectionFacto ry) +105
System.Data.Sql Client.SqlConne ction.Open() +111
System.Web.Data Access.SqlConne ctionHolder.Ope n(HttpContext context,
Boolean revertImpersona te) +126
System.Web.Data Access.SqlConne ctionHelper.Get Connection(Stri ng
connectionStrin g, Boolean revertImpersona tion) +239
System.Web.Secu rity.SqlMembers hipProvider.Get PasswordWithFor mat(String
username, Int32& status, String& password, Int32& passwordFormat, String&
passwordSalt, Int32& failedPasswordA ttemptCount, Int32&
failedPasswordA nswerAttemptCou nt, Boolean& isApproved) +815
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng
username, String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed, String& salt, Int32& passwordFormat) +80
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng
username, String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed) +42
System.Web.Secu rity.SqlMembers hipProvider.Val idateUser(Strin g
username, String password) +78
System.Web.UI.W ebControls.Logi n.OnAuthenticat e(AuthenticateE ventArgs
e) +161
System.Web.UI.W ebControls.Logi n.AttemptLogin( ) +94
System.Web.UI.W ebControls.Logi n.OnBubbleEvent (Object source, EventArgs
e) +101
System.Web.UI.C ontrol.RaiseBub bleEvent(Object source, EventArgs args)
+35
System.Web.UI.W ebControls.Butt on.OnCommand(Co mmandEventArgs e) +115
System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String
eventArgument) +134

System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring
eventArgument) +7
System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData)
+33
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
+5670

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.502 15.44;
ASP.NET Version:2.0.502 15.44

Sounds like it can't connect to the database. Are you sure it has
connectivity, that the server is up and running fine, and that the
connection string/configuration is good and all?

Jan 16 '06 #3
My hosting company states that they do not support SQL Express, but they
said they would setup a SQL 2005 database.

Does this make sense? What do they need to install for me to use the SQL
Express MDF?

"VB Programmer" <do**@emailme.c om> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
The webserver is up and running because I have several sites running on
there.

Here is my connectionstrin g...
<connectionStri ngs>
<add name="MyMainDat abase" connectionStrin g="Data
Source=.\SQLEXP RESS;AttachDbFi lename=|DataDir ectory|\ASPNETD B.MDF;Integrate d
Security=True;U ser Instance=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>

It's the same as on my dev machine which works perfectly. Any idea?
Thanks!

"john smith" <jo**@smith.com > wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
VB Programmer wrote:
When I run my ASP.NET 2.0 web app on my dev machine it works perfect.
When I precomile it to my web deployment project and then copy the debug
files to my web server I get this problem when trying to login
(obviously it's using ASPNETDB.mdf). Any ideas?

Server Error in '/' Application.
--------------------------------------------------------------------------------

Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
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.Sql Client.SqlExcep tion: Timeout expired.
The timeout period elapsed prior to completion of the operation or the
server is not responding.

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): Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.]
System.Data.Sql Client.SqlInter nalConnection.O nError(SqlExcep tion
exception, Boolean breakConnection ) +684835

System.Data.Sql Client.TdsParse r.ThrowExceptio nAndWarning(Tds ParserStateObje ct
stateObj) +207
System.Data.Sql Client.TdsParse r.Connect(Boole an& useFailoverPart ner,
Boolean& failoverDemandD one, String host, String failoverPartner , String
protocol, SqlInternalConn ectionTds connHandler, Int64 timerExpire,
Boolean encrypt, Boolean integratedSecur ity, SqlConnection owningObject,
Boolean aliasLookup) +890

System.Data.Sql Client.SqlInter nalConnectionTd s.OpenLoginEnli st(SqlConnectio n
owningObject, SqlConnectionSt ring connectionOptio ns, String newPassword,
Boolean redirectedUserI nstance) +601

System.Data.Sql Client.SqlInter nalConnectionTd s..ctor(SqlConn ectionString
connectionOptio ns, Object providerInfo, String newPassword,
SqlConnection owningObject, Boolean redirectedUserI nstance) +159

System.Data.Sql Client.SqlConne ctionFactory.Cr eateConnection( DbConnectionOpt ions
options, Object poolGroupProvid erInfo, DbConnectionPoo l pool,
DbConnection owningConnectio n) +108

System.Data.Pro viderBase.DbCon nectionFactory. CreatePooledCon nection(DbConne ction
owningConnectio n, DbConnectionPoo l pool, DbConnectionOpt ions options)
+28
System.Data.Pro viderBase.DbCon nectionPool.Cre ateObject(DbCon nection
owningObject) +445

System.Data.Pro viderBase.DbCon nectionPool.Use rCreateRequest( DbConnection
owningObject) +66
System.Data.Pro viderBase.DbCon nectionPool.Get Connection(DbCo nnection
owningObject) +304

System.Data.Pro viderBase.DbCon nectionFactory. GetConnection(D bConnection
owningConnectio n) +85

System.Data.Pro viderBase.DbCon nectionClosed.O penConnection(D bConnection
outerConnection , DbConnectionFac tory connectionFacto ry) +105
System.Data.Sql Client.SqlConne ction.Open() +111
System.Web.Data Access.SqlConne ctionHolder.Ope n(HttpContext context,
Boolean revertImpersona te) +126
System.Web.Data Access.SqlConne ctionHelper.Get Connection(Stri ng
connectionStrin g, Boolean revertImpersona tion) +239

System.Web.Secu rity.SqlMembers hipProvider.Get PasswordWithFor mat(String
username, Int32& status, String& password, Int32& passwordFormat,
String& passwordSalt, Int32& failedPasswordA ttemptCount, Int32&
failedPasswordA nswerAttemptCou nt, Boolean& isApproved) +815
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng
username, String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed, String& salt, Int32& passwordFormat) +80
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng
username, String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed) +42
System.Web.Secu rity.SqlMembers hipProvider.Val idateUser(Strin g
username, String password) +78
System.Web.UI.W ebControls.Logi n.OnAuthenticat e(AuthenticateE ventArgs
e) +161
System.Web.UI.W ebControls.Logi n.AttemptLogin( ) +94
System.Web.UI.W ebControls.Logi n.OnBubbleEvent (Object source,
EventArgs e) +101
System.Web.UI.C ontrol.RaiseBub bleEvent(Object source, EventArgs args)
+35
System.Web.UI.W ebControls.Butt on.OnCommand(Co mmandEventArgs e) +115
System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String
eventArgument) +134

System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring
eventArgument) +7
System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData)
+33
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
+5670

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.502 15.44;
ASP.NET Version:2.0.502 15.44

Sounds like it can't connect to the database. Are you sure it has
connectivity, that the server is up and running fine, and that the
connection string/configuration is good and all?


Jan 16 '06 #4
hi!
add "connection timeout=60;" where 60 is time in minutes. add this
string in connection string of sqlcommand (ado.net)

bunty

//-----------------------------------------------
VB Programmer wrote:
My hosting company states that they do not support SQL Express, but they
said they would setup a SQL 2005 database.

Does this make sense? What do they need to install for me to use the SQL
Express MDF?

"VB Programmer" <do**@emailme.c om> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
The webserver is up and running because I have several sites running on
there.

Here is my connectionstrin g...
<connectionStri ngs>
<add name="MyMainDat abase" connectionStrin g="Data
Source=.\SQLEXP RESS;AttachDbFi lename=|DataDir ectory|\ASPNETD B.MDF;Integrate d
Security=True;U ser Instance=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>

It's the same as on my dev machine which works perfectly. Any idea?
Thanks!

"john smith" <jo**@smith.com > wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
VB Programmer wrote:
When I run my ASP.NET 2.0 web app on my dev machine it works perfect.
When I precomile it to my web deployment project and then copy the debug
files to my web server I get this problem when trying to login
(obviously it's using ASPNETDB.mdf). Any ideas?

Server Error in '/' Application.
--------------------------------------------------------------------------------

Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
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.Sql Client.SqlExcep tion: Timeout expired.
The timeout period elapsed prior to completion of the operation or the
server is not responding.

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): Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.]
System.Data.Sql Client.SqlInter nalConnection.O nError(SqlExcep tion
exception, Boolean breakConnection ) +684835

System.Data.Sql Client.TdsParse r.ThrowExceptio nAndWarning(Tds ParserStateObje ct
stateObj) +207
System.Data.Sql Client.TdsParse r.Connect(Boole an& useFailoverPart ner,
Boolean& failoverDemandD one, String host, String failoverPartner , String
protocol, SqlInternalConn ectionTds connHandler, Int64 timerExpire,
Boolean encrypt, Boolean integratedSecur ity, SqlConnection owningObject,
Boolean aliasLookup) +890

System.Data.Sql Client.SqlInter nalConnectionTd s.OpenLoginEnli st(SqlConnectio n
owningObject, SqlConnectionSt ring connectionOptio ns, String newPassword,
Boolean redirectedUserI nstance) +601

System.Data.Sql Client.SqlInter nalConnectionTd s..ctor(SqlConn ectionString
connectionOptio ns, Object providerInfo, String newPassword,
SqlConnection owningObject, Boolean redirectedUserI nstance) +159

System.Data.Sql Client.SqlConne ctionFactory.Cr eateConnection( DbConnectionOpt ions
options, Object poolGroupProvid erInfo, DbConnectionPoo l pool,
DbConnection owningConnectio n) +108

System.Data.Pro viderBase.DbCon nectionFactory. CreatePooledCon nection(DbConne ction
owningConnectio n, DbConnectionPoo l pool, DbConnectionOpt ions options)
+28
System.Data.Pro viderBase.DbCon nectionPool.Cre ateObject(DbCon nection
owningObject) +445

System.Data.Pro viderBase.DbCon nectionPool.Use rCreateRequest( DbConnection
owningObject) +66
System.Data.Pro viderBase.DbCon nectionPool.Get Connection(DbCo nnection
owningObject) +304

System.Data.Pro viderBase.DbCon nectionFactory. GetConnection(D bConnection
owningConnectio n) +85

System.Data.Pro viderBase.DbCon nectionClosed.O penConnection(D bConnection
outerConnection , DbConnectionFac tory connectionFacto ry) +105
System.Data.Sql Client.SqlConne ction.Open() +111
System.Web.Data Access.SqlConne ctionHolder.Ope n(HttpContext context,
Boolean revertImpersona te) +126
System.Web.Data Access.SqlConne ctionHelper.Get Connection(Stri ng
connectionStrin g, Boolean revertImpersona tion) +239

System.Web.Secu rity.SqlMembers hipProvider.Get PasswordWithFor mat(String
username, Int32& status, String& password, Int32& passwordFormat,
String& passwordSalt, Int32& failedPasswordA ttemptCount, Int32&
failedPasswordA nswerAttemptCou nt, Boolean& isApproved) +815
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng
username, String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed, String& salt, Int32& passwordFormat) +80
System.Web.Secu rity.SqlMembers hipProvider.Che ckPassword(Stri ng
username, String password, Boolean updateLastLogin ActivityDate, Boolean
failIfNotApprov ed) +42
System.Web.Secu rity.SqlMembers hipProvider.Val idateUser(Strin g
username, String password) +78
System.Web.UI.W ebControls.Logi n.OnAuthenticat e(AuthenticateE ventArgs
e) +161
System.Web.UI.W ebControls.Logi n.AttemptLogin( ) +94
System.Web.UI.W ebControls.Logi n.OnBubbleEvent (Object source,
EventArgs e) +101
System.Web.UI.C ontrol.RaiseBub bleEvent(Object source, EventArgs args)
+35
System.Web.UI.W ebControls.Butt on.OnCommand(Co mmandEventArgs e) +115
System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String
eventArgument) +134

System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring
eventArgument) +7
System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData)
+33
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
+5670

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.502 15.44;
ASP.NET Version:2.0.502 15.44
Sounds like it can't connect to the database. Are you sure it has
connectivity, that the server is up and running fine, and that the
connection string/configuration is good and all?



Jan 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3232
by: Vivek | last post by:
I am getting the error "The timeout period elapsed prior to completion of the operation or the server is not responding" when I am execting a stored procedure that takes very long time (say 30 hours) from C#. I have set the command time out property to 0(infinite) but still got this error after 18 hours. Need reason for such error and...
4
12628
by: Manoj K | last post by:
Environment:- Framework 1.1 DB: SQL Server 2000 (SQL Provider) OS: Windows 2000 Language: VB.NET I'm trying to do mass inserts/updates. Using Transactions. The table hierarchy contains 3 levels (TL1, TL2, and TL3): Here is what I'm trying to accomplish:
0
4091
by: Ersin Gençtürk | last post by:
we are getting : System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior...
3
13965
by: Nils Magnus Englund | last post by:
Hi, I've made a HttpModule which deals with user authentication. On the first request in a users session, it fetches data from a SQL Server using the following code: using (SqlConnection connection = new SqlConnection(ConfigurationSettings.AppSettings)) {
1
45155
by: Ron | last post by:
Hi, I had a stored procedure on SQL 2000 server to run calculation with large amount of data. When I called this stored procedure via System.Data.SqlClient.SqlCommand on production, i got error as: (i tried to run the stored procedure on query analyzer, and it works well) Timeout expired. The timeout period elapsed prior to completion of...
1
1223
by: Rokanuzzaman | last post by:
System.Exception: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. How can i solve this.... please i need solution urgently....
7
2761
by: =?Utf-8?B?Sm9obiBTdGFnZ3M=?= | last post by:
Hello, Please read this all before giving an answer :) I'm doing some troubleshooting on a web application that my company wrote. It's written in asp.net 1.1. The error that the Event viewer gives is: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled...
2
12606
by: anumsajeel | last post by:
Hi, Error Message:- error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Target Site:- MySql.Data.MySqlClient.Driver GetConnection() Error Source:- MySql.Data
1
2335
by: Archana R | last post by:
Hi All, I am archana I get this error whenI try to connect to sql through studio mangament."Timeout expired.The timeout period elapsed prior to completion of the operation or the server is not responding.(Microsoft sql server)".I am not able to connect noramlly to sql server.Can anyone help out in this issue.
0
7895
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8182
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8327
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7935
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8193
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6579
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5701
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
1
2333
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1433
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.