We have been running ASP 1.1 and SQL 2000 on our internal server for quite some time now, and we are trying to migrate to ASP 2.0 and 3.0 and SQL 2005.
We have the frameworks installed and SQL 2005 is installed, however I am getting some errors and I cannot deploy any data driven applications.
On my server, I have Visual Web Developer 2005, and with it whenever I try to create a .mdf data file I get the error:
"Connections to SQL Server Files require SQL Server to function properly. Please verify installation or download from..."
I have Visual Studio 2008 on my Laptop, which lets me create the .mdf file, and I can see my SQL 2005 databases on the server from my laptop, and I can run datasets and everything I want on my localhost, but when I deployit to my intranet, I get errors saying that the app cannot connect to SQL 2005.
Are there some simple configurations I can change to fix these errors?
The blogs I have seen all recommend reinstalling everything, but even then I need to make sure that we reinstall correctly and configure everything properly.
Does any one have ideas on what steps we should take? |