Article ID: 175246 - Last Review: May 2, 2006 - Revision: 2.1 How To Use Visual InterDev's Database Tools on a Server Over the InternetThis article was previously published under Q175246 On This PageSUMMARY
This article describes how to set up SQL server and the Visual InterDev
client so that Visual InterDev can connect to the SQL server when the
connection to the SQL server is via the Internet. A common scenario is when
you are developing a Web site on an internet service provider (ISP) from
home and using the SQL server located on the ISP's server machine. In this
development environment, you are unable to use the Database Tools in the
standard way, because the Database Tools require a direct network
connection to the database.
MORE INFORMATION
In order to accomplish this task, the following configuration elements are
required:
Screen 1 - Enter Server InformationType in the name you want for the System DSN; you may reference it in future DSNs. NOTE: If you intend to FTP or CopyWeb the Web application to the ISP's server name, the local System DSN is the same as the System DSN on the ISP's remote server.For the Server name specify the IP address of the SQL Server (for example, 123.45.6.7) Select Next the next button to go on to the next screen of options. Screen 2 - Choose the authentication methodIf you are using standard security then select "with SQL Server authentication using a login ID and password entered by the user" and specify the user name and password, such as SA, and the password.On this same screen select the Client Configuration button and go to the advanced tab on this dialog box. Specify the following information: Server: IP address of the SQL Server (for example, 123.45.6.7) Network Protocol: TCP/IP sockets Select Add/Modify and then click Done. Click Next to go on to the next screen of options. Screen 3 - Specify the SQL Server DatabaseIf the Database is different than the Master be sure to select the specific database you wish to connect to.Click Next to go on to the next screen of options. Screen 4 and 5 - Connection OptionsOn the next two screens leave the default values selected.Click Next on each screen to move on. Screen 6 - Test Data SourceA final dialog box appears where you can test your data connection. Select the test data source to ensure you have configured your data source correctly.The test should indicate that the test has been completed successfully.
REFERENCES
For the latest Knowledge Base articles and other support information on
Visual InterDev and Active Server Pages, see the following page on the
Microsoft Technical Support site:
http://support.microsoft.com/search/default.aspx?qu=vinterdev
(http://support.microsoft.com/search/default.aspx?qu=vinterdev)
| Article Translations
|
Back to the top
