What do I need to change in order to test the ANETVBW converted northwind program with a different web server other than my default local host server?
You can add two statements to the Sub Main() in the \code\northwind_.vb file to change the values of svc.Url and northwindconnstr. For example, mssqlwebserver is your web server and SQL server. You just need to modify the routine Main: Sub Main() svc.Url = “http://mssqlwebserver/microtoolswebservice/microtoolsservice.asmx” northwindconnstr = “Provider=sqloledb;Data Source=(local);Initial Catalog=northwind;User Id=;Password=;Integrated Security=SSPI” Application.Run(New FormMenu) End Sub After you change the routine Main and rebuilt the project I should be able to access the SQL server’s northwind database on your mssqlwebserver from the desktop application northwind.exe.
Related Questions
- What do I need to change in order to test the ANETVBW converted northwind program with a different web server other than my default local host server?
- I am storing my blog pages in a different folder than the default folder in Program Files, but the page are not there. Where are they?
- How is the Lens Test Store Affiliate Program different from the other bookseller affiliate programs?