Hi,
This is driving me crazy. I written a simple ASP.NET MVC 1.0 application I published this onto my local machine and onto the production server. Both the local and production connects to the same 3rd database server.
The application works fine on the local machine but not on the production server. On the production server I get an error message like: “A network-related or instance-specific error occurred while establishing a connection to SQL Server...”
The production server is running IIS6 and I already enabled wild card. I also tried to delete all references to aspmembership by removing the accountcontroller. The funny thing is even when I try to make a default ASP.NET MVC 1.0 application and publish it onto the production I get the same error message and there are no database connections anywhere.
How do I solve this or where do I start? Is this a MS SQL problem or a ASP.NET MVC 1.0 on IIS 6 problem?
THANK YOU SO MUCH