473,327 Members | 2,118 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Timeout Error

When I try to use ASP.NET Configuration under WebSite Menu I get the
following error message:

"An error was encountered. Please return to the previous page and try again."

I am using a SQL SERVER 2005 database instead of SQLEXPRESS. I have
registered the database using aspnet_regsql.exe. I have also added a
connection string to the web.config file of the site. I have accessed SQL
Server 2005 databases on a computer that uses Windows Xp, but the same
procedure won't work on a computer with Windows server 2003.

Thanks.
--
ASP.NET fan.
Dec 10 '06 #1
3 2081
Please review this blog by Scott Guthrie,
and see if your code conforms to his recommendations :

http://weblogs.asp.net/scottgu/archi...25/423703.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"curious" <cu*****@discussions.microsoft.comwrote in message
news:90**********************************@microsof t.com...
When I try to use ASP.NET Configuration under WebSite Menu I get the
following error message:

"An error was encountered. Please return to the previous page and try again."

I am using a SQL SERVER 2005 database instead of SQLEXPRESS. I have
registered the database using aspnet_regsql.exe. I have also added a
connection string to the web.config file of the site. I have accessed SQL
Server 2005 databases on a computer that uses Windows Xp, but the same
procedure won't work on a computer with Windows server 2003.

Thanks.
--
ASP.NET fan.

Dec 10 '06 #2
Thanks for the response Juan. I have seen the blog by Scott Guthrie and have
followed it carefully; It did not help.
--
ASP.NET fan.
"Juan T. Llibre" wrote:
Please review this blog by Scott Guthrie,
and see if your code conforms to his recommendations :

http://weblogs.asp.net/scottgu/archi...25/423703.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"curious" <cu*****@discussions.microsoft.comwrote in message
news:90**********************************@microsof t.com...
When I try to use ASP.NET Configuration under WebSite Menu I get the
following error message:

"An error was encountered. Please return to the previous page and try again."

I am using a SQL SERVER 2005 database instead of SQLEXPRESS. I have
registered the database using aspnet_regsql.exe. I have also added a
connection string to the web.config file of the site. I have accessed SQL
Server 2005 databases on a computer that uses Windows Xp, but the same
procedure won't work on a computer with Windows server 2003.

Thanks.
--
ASP.NET fan.


Dec 10 '06 #3
Not much I can say then, except to note that I have tried that exact connection
information for SQL Server 2005 *and* SQL Server 2005 Express both in
Windows XP and Windows Server 2003...and they both worked for me.

Just in case, can you post your
<profile>
<providers>
....
</providers>
</profile>

section of web.config ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"curious" <cu*****@discussions.microsoft.comwrote in message
news:63**********************************@microsof t.com...
Thanks for the response Juan. I have seen the blog by Scott Guthrie and have
followed it carefully; It did not help.
--
ASP.NET fan.
"Juan T. Llibre" wrote:
>Please review this blog by Scott Guthrie,
and see if your code conforms to his recommendations :

http://weblogs.asp.net/scottgu/archi...25/423703.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"curious" <cu*****@discussions.microsoft.comwrote in message
news:90**********************************@microso ft.com...
When I try to use ASP.NET Configuration under WebSite Menu I get the
following error message:

"An error was encountered. Please return to the previous page and try again."

I am using a SQL SERVER 2005 database instead of SQLEXPRESS. I have
registered the database using aspnet_regsql.exe. I have also added a
connection string to the web.config file of the site. I have accessed SQL
Server 2005 databases on a computer that uses Windows Xp, but the same
procedure won't work on a computer with Windows server 2003.

Thanks.
--
ASP.NET fan.



Dec 10 '06 #4

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

Similar topics

17
by: Achim Domma | last post by:
Hi, I'm using Python 2.3s timeout sockets and have code like this to read a page from web: request = ... self.page = urllib2.urlopen(request) and later:
4
by: Cath B | last post by:
I am pretty sure I am getting a command timeout when execute a SQL procedure that has an output parameter. The code below is in an asp page that is called using RSGetASPObject. I want to be able...
5
by: Jason | last post by:
Hi all I get the following error when executing a rather intense stored procedure from an ASPX page. I have tried: - Increasing timeouts on IIS 5.0 (all areas that even mention timeout) - use...
2
by: Chris Langston | last post by:
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET v1.1 and our application is written in VB.NET ...
4
by: Nevyn Twyll | last post by:
I've been working on an asp.net application and everything's been great. But suddenly, whether I'm tyring to use a database on my own machine, or on my server, I'm getting a timeout when trying to...
9
by: tshad | last post by:
I have the following in my web.config in my application root. <forms name="staffing" loginUrl="/applicant/EELogin.aspx" timeout="400" protection="All" path="/" /> I assumed this meant the...
5
by: supercooper | last post by:
I am downloading images using the script below. Sometimes it will go for 10 mins, sometimes 2 hours before timing out with the following error: Traceback (most recent call last): File...
2
by: Robin Becker | last post by:
While messing about with some deliberate socket timeout code I got an unexpected timeout after 20 seconds when my code was doing socket.setdefaulttimeout(120). Closer inspection revealed that...
1
by: Scorpion657 | last post by:
Hey I really need help. I have a Website coded using ASP.NET and VB and for some reason, i'm getting the following error when I try to upload or access a large file which is stored in the...
2
by: Andrew Cooper | last post by:
Greetings, I've got a website that has several pages with DataGrid controls on them. The controls are bound to Object Datasources. On one of the pages I keep getting a "Timeout expired. The...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.