Timeout Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Thanks for the response Juan. I have seen the blog by Scott Guthrie and have
followed it carefully; It did not help.
 
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/
===================================
 
Back
Top