IIS 7 Can't read data from ASP.Net application services tables

Posted by vikp on Stack Overflow See other posts from Stack Overflow or by vikp
Published on 2010-06-16T16:31:23Z Indexed on 2010/06/16 16:52 UTC
Read the original article Hit count: 247

Hi,

I'm working on deploying a web application written in C# with ASP.Net Application services databases.

The application runs fine on the development machine.

Windows Server 2003 has been built to test the application.

The database has been scripted across using MS SQL Server GUI.

ASP.Net application services tables were created using an utility.

The connection strings are stored in the web.config and connectionStrings.config.

The application connects to the database successfully, but then it times out after 10 seconds.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET