Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuring IIS to host multiple dev sites

Status
Not open for further replies.

mit99mh

Programmer
Sep 24, 2002
246
GB
I'm a IIS novie - I'm trying to configure a web server to hosts multiple dev sites I really want to set things up so eg


I must be doing something fundamentally wrong as the only way I can get individual sites working is to access them using


I there a way of mapping url:port -> a name

Any help much appreciated.
 
As chris said, use host headers. With host headers you are able to run many websites on a single IP and a single port, 8080 in your example.

LF

"As far as the laws of mathematics refer to reality, they are not certain; as far as they are certain, they do not refer to reality."--Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top