Greetings! I have a site running successfully on a remote host but also want to run it on my local machine to work locally in Visual Web Developer and preview skin changes etc. locally. Nevertheless, while working locally I would like to be able to to view and if need be edit content on the database of the remote system.
So - I have copied down my entire site, set up the site in IIS, connected to the remote DB using SQL Server Management, BUT - if I open the site from the file system and try to preview a page, I get this error:
"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) "
And I cannot open the site through local IIS (even though it is running in local IIS), because I get this error:
"Unable to open the Web site 'http://xyz.com". The Web server does not appear to have FrontPage extensions installed."
I would greatly appreciate any suggestions!