2 servers .... application and database

  • Thread starter Thread starter Gabriel
  • Start date Start date
G

Gabriel

Hello,

I need your advise. For a big application, we have 2 servers, one for the
application server and the other for the database. Could you tell me the
technical way to use to make search and bring back data from database server
to application server ? (webservices?)

Thanks,
 
Hello,
I need your advise. For a big application, we have 2 servers, one for the
application server and the other for the database. Could you tell me the
technical way to use to make search and bring back data from database server
to application server ? (webservices?)

Thanks,

No need to use webservices (which probably requires an IIS on the
database server), just open a database-connection to that other
machine.

Works just the same as a connection to a database running on the same
machine as the website, only now use the name (or IP-address) of that
other machine instead of "localhost" or "(local)".

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top