Building a Website Question

  • Thread starter Thread starter Wizard
  • Start date Start date
W

Wizard

Hi,

If I have a box with SQL on and IIS and develop a Website on this box
entering all connection strings and links in as local host, then move the
box on to the network and get clients to connect to say
http://192.168.0.1/index.aspx will this work?

I mean will the App run on the server or will it look at the localhost (ie
the client thats connecting) for its database

Many Thanks
Wizard
 
it's all server, so it won't look at the localhost of the user/client but
instead localhost will be seen as the server.

Karl
 
Back
Top