sql server & web server on diff computers..how?

  • how do i connect from my webserver machine to the SQL server database which is on a diff machine. what do i do to connect..both machines are on the same network.

  • Take a look at Help on Microsoft Internet Information Services (IIS).

    Darren


    Darren

  • Do you mean using ASP code?.

    Use ADO to connect to database. Use ado connection object to connect to sql server using OLEDB connection string.

    Provide the server and database details in the connectionstring parameter.

    If this is what you are looking for and you need sample code then let me know.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply