Hi all,
I have just installed CLR 2.0 on an Application Windows Server 2003, which of course had ASP.NET 1.1 before, using the "dotnetfx.exe" download from
http://www.microsoft.com/downloads/details.aspx?FamilyId=7ABD8C8F-287E-4C7E-9A4A-A4ECFF40FC8E&displaylang=en. I can now run ASP 2 websites on it perfectly ok, but if I use just a Web Part Manager and Web Part Zone just by themselves from the toolbox with nothing else complicating the scenario, I get a runtime error "
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. " which occurs when the program tries to open a sqlConnection. In the list of configuration requirements it says among other things "
SQL Server Express must be installed on the machine. " I have SQL 2000 Enterprise on my machine already, and so was hoping that I would be able to use that for all my SQL requirements. Can anyone tell me either what I am missing, or simply how to configure the project to use my SQL 2000 instead of looking for the express version which comes with VS2005.
Thanks a lot for any help!
-Eddie