an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Timeout expired problem
Last Post 10/9/2007 11:06:11 AM By lukezy. 3 replies.
10/5/2007 9:55:22 AM
LlewellynK
Posts: 16
Joined: 4/23/2008
Timeout expired problem

Hello again,

I'm getting a Timeout Expired error approximately every 10-15 minutes. The full error message VS2005 throws up is -->  `The timeout period elapsed prior to completion of the operation or the server is not responding.`
This error is thrown if I am active on the webpage or if I am idle.
This is thrown in RunnableProvider.cs line 44 of the Public Void StartRun method. I'm not to sure whats causing this and have attempted to set the web.config setting MemberShip element attribute userIsOnlineTimeWindow from 15 minutes to 60 minutes thinking it may be related, but it didnt work. Any Ideas?

Of note, I'm running the project in vs2005 in debugging mode on Windows XP (your sys requirements say DSC runs on win2003, however running on XP works perfect except for this timeout problem I am having)

Your advice or suggestions are most welcome.

Thanks,

    Llewellyn

10/5/2007 10:38:33 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Timeout expired problem

I believe XP has IIS 5 while Win2003 has IIS 6. I have never tested DSC in IIS 5 but I believe it has significantly different processing model than IIS 6. If you just want to run it on your dev machine, VS2005 internal web server works just fine. If you consider deploying DSC, you definitely want to use IIS 6.

DotShoppingCart Staff
10/9/2007 5:21:24 AM
LlewellynK
Posts: 16
Joined: 4/23/2008
Re: Timeout expired problem

Thanks for the feedback lukexy. It is likely an IIS issue.
I've setup dotshoppingcart on my Vista box with sql2005 and the timeout error no longer occurs.

10/9/2007 11:06:11 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Timeout expired problem

Thanks for reporting back your result. It looks like DotShoppingCart doesn't work with IIS 5.

DotShoppingCart Staff