Website administration tool for remote database
Here are some steps how to configure web site so that u can use web site administration tool for remote database.
You should have copy of your application locally (it is not necessary, but it makes thinks easier)
Open local copy of website in Visual Studio
Go to web.config
Locate configuration/connectionStrings element
Type <remove name=”LocalSqlServer”/> as first child of <connectionStrings>
Type [...]






