<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Personal Site Starter Kit</title><link>http://forums.asp.net/1003.aspx</link><description>Discussions about the Personal Site Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3496026.aspx</link><pubDate>Thu, 05 Nov 2009 13:14:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3496026</guid><dc:creator>Babunareshnarra</dc:creator><author>Babunareshnarra</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3496026.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3496026</wfw:commentRss><description>&lt;p&gt;can use&lt;/p&gt;&lt;p&gt;For a command&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Command.CommandTimeout=90//time in sec&amp;#39;s&lt;/p&gt;&lt;p&gt;Globally for the application&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Courier New"&gt;server=server_name;initial catalog=DB Name;connect timeout=45;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Courier New"&gt;in the connection string section of your config file.&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3495708.aspx</link><pubDate>Thu, 05 Nov 2009 09:53:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3495708</guid><dc:creator>nikunjmochi</dc:creator><author>nikunjmochi</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3495708.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3495708</wfw:commentRss><description>&lt;p style="font-size:11px;"&gt;Hi,&lt;/p&gt;
&lt;p style="font-size:11px;"&gt;set objConnection.CommandTimeout = 0;&lt;/p&gt;
&lt;p style="font-size:11px;"&gt;thanks&lt;/p&gt;
&lt;p style="font-size:11px;"&gt;nikunj mochi&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3472436.aspx</link><pubDate>Thu, 22 Oct 2009 18:56:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3472436</guid><dc:creator>roopeshcb</dc:creator><author>roopeshcb</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3472436.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3472436</wfw:commentRss><description>&lt;p&gt;Thanks Man, I also got the same issue while running a windows application.&amp;nbsp;After i set&amp;nbsp;command timeout it works fine.&lt;/p&gt;
&lt;p&gt;Roopesh&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3426068.aspx</link><pubDate>Fri, 25 Sep 2009 20:45:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3426068</guid><dc:creator>jaeastman</dc:creator><author>jaeastman</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3426068.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3426068</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m using VS 2005.&amp;nbsp; My project incorporates a Business Logic Layer and a Data Access Layer.&amp;nbsp; The Table Adapter in the DAL is configured to run&amp;nbsp;a stored procedure in SQL Server 2005. If the web application were to run to completion, the stored procedure would add about 500 rows to an existing table in SQL.&amp;nbsp; When I run the sproc in SQL Server Management Studio, it takes about 45 seconds to complete. When I run my app on localhost, it throws the Timeout exception after 30 seconds.&amp;nbsp; I&amp;#39;ve tried all the suggestions posted here (except the WITH (NOLOCK) because the sproc has 20 tables and several subqueries in it) and no matter what I have tried, the exception pops up after 30 seconds.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the stack trace &amp;amp; I&amp;#39;ve highlighted where it blows up:&lt;/p&gt;
&lt;p&gt;[SqlException (0x80131904): Timeout expired.&amp;nbsp; The timeout period elapsed prior to completion of the operation or the server is not responding.]&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +862234&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +739110&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;strong&gt;System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188&lt;br /&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1956&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +149&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +903&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +415&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +135&lt;br /&gt;&amp;nbsp;&amp;nbsp; SunwestODSTableAdapters.RentRateTableAdapter.sw_ProcessResidentRentIncreases(Nullable`1 NotificationMonth) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\rentmgmt\86e70563\dc6a7260\App_Code.989tz2lc.4.cs:6276&lt;br /&gt;&amp;nbsp;&amp;nbsp; RentRateBLL.sw_ProcessResidentRentIncreases(Int32 month) in i:\IT\Applications\Rent Management\RentMgmt\App_Code\BLL\RentRateBLL.cs:89&lt;br /&gt;&amp;nbsp;&amp;nbsp; ResidentData_CalculateResidentRentIncreases.CalculateRents_Click(Object sender, EventArgs e) in i:\IT\Applications\Rent Management\RentMgmt\ResidentData\CalculateResidentRentIncreases.aspx.cs:27&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Help!&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3410719.aspx</link><pubDate>Thu, 17 Sep 2009 13:12:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3410719</guid><dc:creator>ChrisBeere2009</dc:creator><author>ChrisBeere2009</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3410719.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3410719</wfw:commentRss><description>&lt;p&gt;WITH (NO LOCK) &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This worked perfectly for me. Thanks :)&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3361487.aspx</link><pubDate>Fri, 21 Aug 2009 16:26:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3361487</guid><dc:creator>mdurthaler</dc:creator><author>mdurthaler</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3361487.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3361487</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;The post is 5 years old but I ran into this with a DNN site and there were&amp;nbsp;a few things to correct:&lt;/p&gt;
&lt;p&gt;1) Sign in to Sql 2008 Exp as SA and make sure the timeout is adequate -- it was, at 600 seconds.&lt;/p&gt;
&lt;p&gt;-- I also had a permissions issue with dropping indexes and re-adding them for what I was doing so there was more to do than just this.&amp;nbsp; This error was the last thing to fix.&lt;/p&gt;
&lt;p&gt;2) Tried the webconfig setting in the connection string but this didn&amp;#39;t fly.&lt;/p&gt;
&lt;p&gt;3) I&amp;#39;m working in Visual Studio so I highlighted the connection, selected Modify Connection | Advanced and sure enough ... there&amp;#39;s a default timeout set for 15 seconds.&lt;/p&gt;
&lt;p&gt;Having already tested my query for deleting a very huge file, I know it takes just over 2 minutes.&amp;nbsp; Setting the timeout in visual studio (db connection advanced tab) also for 600 seconds seems to have worked.&lt;/p&gt;
&lt;p&gt;So if anyone else sees this, here&amp;#39;s another solution.&amp;nbsp; A time warp would have been the best answer so that anyone from 2005 forward would have already seen this link. &lt;img title="Cool" alt="Cool" src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif" border="0" /&gt;&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3355893.aspx</link><pubDate>Wed, 19 Aug 2009 09:20:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3355893</guid><dc:creator>hinaAsp.Net</dc:creator><author>hinaAsp.Net</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3355893.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3355893</wfw:commentRss><description>&lt;p&gt;I wrote&amp;nbsp;&lt;font color="#a31515" size="2"&gt;Connect Timeout upto 2000 but no change. &lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3298382.aspx</link><pubDate>Thu, 16 Jul 2009 21:48:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3298382</guid><dc:creator>navyjax2</dc:creator><author>navyjax2</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3298382.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3298382</wfw:commentRss><description>&lt;p&gt;I had this happen to me in SQL Server directly, using Design View on my table.&amp;nbsp; I could make my change (which was to the width of an nvarchar field), but when I went to save it, that&amp;#39;s when I&amp;#39;d get this error.&amp;nbsp; The table itself wasn&amp;#39;t even open when the error occurred, so that wasn&amp;#39;t it.&amp;nbsp; So I tried a SQL query and that worked (ALTER TABLE mytable ALTER COLUMN myColumn nvarchar(newWidth)).&amp;nbsp; I checked Design View and it showed it worked.&amp;nbsp; I changed it back to the old value in Design View and tried saving it - same error again.&lt;/p&gt;
&lt;p&gt;I figured it had to do with the fact I have 3 million records and how long it must take to update them all.&amp;nbsp; I had &amp;quot;Remote query timeout&amp;quot;, in the Connections window on the SQL Server&amp;nbsp;Properties dialog,&amp;nbsp;set to 0, which should&amp;#39;ve meant an unlimited period, but it didn&amp;#39;t.&amp;nbsp; I set this to 1200 and magically it saves my new field width for the column I wanted to change.&amp;nbsp; Hope this helps someone.&lt;/p&gt;
&lt;p&gt;-Tom&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3242670.aspx</link><pubDate>Thu, 18 Jun 2009 14:04:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3242670</guid><dc:creator>devaragam</dc:creator><author>devaragam</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3242670.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3242670</wfw:commentRss><description>&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Try This&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;Please note the commandTimeout property&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;-Prasannakumaran Sarasijanayanan&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; ObjConn &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; System.Data.SqlClient.SqlConnection&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; Dt &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; Data.DataTable&lt;/font&gt;&lt;font size="2"&gt; ObjConn = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; Data.SqlClient.SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings.Item(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Connectionstring&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;).ConnectionString)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;If&lt;/font&gt;&lt;font size="2"&gt; ObjConn.State = Data.ConnectionState.Closed &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Then&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;ObjConn.Open()&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;End&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;If&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; Da &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; Data.SqlClient.SqlDataAdapter(&lt;font color="#a31515" size="2"&gt;&amp;quot;SELECT * FROM...&amp;quot;&lt;/font&gt;, ObjConn)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;Da.SelectCommand.CommandTimeout = 3000&lt;/p&gt;
&lt;p&gt;Da.Fill(Dt)&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3236876.aspx</link><pubDate>Tue, 16 Jun 2009 12:02:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3236876</guid><dc:creator>kphani_prasad</dc:creator><author>kphani_prasad</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3236876.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3236876</wfw:commentRss><description>&lt;p&gt;I was getting the same error [may be due to some heavy load process is happening on DB, but still my query/sp runs with excellent speed, but all these commandtimeout settings, I doubted, as it requires more understanding the effects of changing.&lt;/p&gt;but I solved the error by keeping &lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;WITH &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;NOLOCK&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;)&amp;nbsp; option for every table name mentioning... it works like Magic!&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;for ex: select * from Employee e WITH &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;NOLOCK&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;)&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/3098045.aspx</link><pubDate>Fri, 17 Apr 2009 13:42:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3098045</guid><dc:creator>imransajid</dc:creator><author>imransajid</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3098045.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3098045</wfw:commentRss><description>&lt;p&gt;I am getting this error when ASP.NET tries to read/write from session. I am using SQLExpress for session provider with following in my web.config. &lt;/p&gt;&lt;span&gt;
&lt;p&gt;&amp;lt;sessionState mode=&amp;quot;SQLServer&amp;quot; allowCustomSqlDatabase=&amp;quot;false&amp;quot; cookieless=&amp;quot;false&amp;quot; timeout=&amp;quot;20&amp;quot; sqlConnectionString=&amp;quot;data source=XXXURLXXX\SQLEXPRESS;user id=yyy;password=zzz&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Note webserver and sqlexpress are two different servers with firewall in between.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any clue or help is appreciated.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/span&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/2981337.aspx</link><pubDate>Wed, 04 Mar 2009 08:15:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2981337</guid><dc:creator>franferns</dc:creator><author>franferns</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2981337.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=2981337</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I get this error when i am uploading a file, It times out within 35 secs.&lt;br /&gt;Works fine at&amp;nbsp;the development server but not on the Pre-Prod .&lt;br /&gt;Can anyone suggest me as to what could be the problem ??&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Francis P.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/2866885.aspx</link><pubDate>Wed, 14 Jan 2009 15:16:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2866885</guid><dc:creator>Chancellor</dc:creator><author>Chancellor</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2866885.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=2866885</wfw:commentRss><description>&lt;p&gt;I tried that and got a different error:
Time-out occurred while waiting for buffer latch type 4 for page (1:180), database ID 6.&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/2824606.aspx</link><pubDate>Mon, 22 Dec 2008 13:51:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2824606</guid><dc:creator>yyzpat</dc:creator><author>yyzpat</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2824606.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=2824606</wfw:commentRss><description>&lt;p&gt;Nuno said : &lt;/p&gt;
&lt;p&gt;The solution is simple, change the&amp;nbsp;&lt;strong&gt;CommandTimeout &lt;/strong&gt;property of your &lt;strong&gt;SqlCommand&lt;/strong&gt; object.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I TRY AND IT WORK !!!&lt;/p&gt;</description></item><item><title>Re: Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</title><link>http://forums.asp.net/thread/2796228.aspx</link><pubDate>Tue, 09 Dec 2008 17:40:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2796228</guid><dc:creator>dmorrison</dc:creator><author>dmorrison</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2796228.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=2796228</wfw:commentRss><description>&lt;p&gt;Actually, I&amp;#39;m just an idiot. For my problem, I was starting a transaction on test class initialize and rolling it back on test class cleanup, but the cleanup method wasn&amp;#39;t being called when all the tests in the class had been run so some tables were locked and caused (I&amp;#39;m assuming) other tests to deadlock and throw this timeout expired error. &lt;/p&gt;&lt;p&gt;Maybe not exactly like everyone else&amp;#39;s issue, but this could be something to look out for if your getting this error. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>