Hi, I downloaded following MS instructions the Personal Web Site Starter Kit.
Welcome screen showed that I need to hit ctrl+F5 to start the project.
I did and I've got this: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at the line:
connection.Open();
What should be credentials to the database, I do not have SQL installed on this box, but VS2005 and MSDE.
Thanks.
I experience the same thing but from what I've been told it's because SQL Server 2005 Express, which gets installed if you leave the checkbox on while installing, needs a lot of resources to load the first time. After that timeout I can work with it quite well.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Hi Essen, thanks for a quick response.
I've changed timeout to be 10 minutes - its was not enough for SqlServer 2005 express. I guess this is not a problem.
I cannot connect to the database from VS2005 server explorer, it times out as well.
I guess it is some specific way to connect to the database, but I don't know how and cannot find any instructions about it.
Does anybody knows ?
Thanks!
Stan
stanislavsha...
Member
10 Points
2 Posts
Personal Web Site Starter Kit - DB credentials
Nov 26, 2005 05:28 PM|LINK
Hi, I downloaded following MS instructions the Personal Web Site Starter Kit.
Welcome screen showed that I need to hit ctrl+F5 to start the project.
I did and I've got this:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at the line:
connection.Open();
What should be credentials to the database, I do not have SQL installed on this box, but VS2005 and MSDE.
Thanks.
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: Personal Web Site Starter Kit - DB credentials
Nov 26, 2005 06:21 PM|LINK
I experience the same thing but from what I've been told it's because SQL Server 2005 Express, which gets installed if you leave the checkbox on while installing, needs a lot of resources to load the first time. After that timeout I can work with it quite well.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
stanislavsha...
Member
10 Points
2 Posts
Re: Personal Web Site Starter Kit - DB credentials
Nov 26, 2005 07:20 PM|LINK
Hi Essen, thanks for a quick response.
I've changed timeout to be 10 minutes - its was not enough for SqlServer 2005 express. I guess this is not a problem.
I cannot connect to the database from VS2005 server explorer, it times out as well.
I guess it is some specific way to connect to the database, but I don't know how and cannot find any instructions about it.
Does anybody knows ?
Thanks!
Stan