hosting many of intranet applications
-
Hello, I have a windows server 2003 with IIS5 that it contain a intranet application and i want to add an another intranet application to Update it, Is there a solution and what is it? thank's
aef
-
Hello, I have a windows server 2003 with IIS5 that it contain a intranet application and i want to add an another intranet application to Update it, Is there a solution and what is it? thank's
aef
Windows 2003 has IIS6 and not IIS5. IIS 5 was in Windows 2000. If you want to add a site in IIS with same port and IP that existing have, do the following 1) Add the site name in your IIS server's host file. (c:\WINDOWS\system32\drivers\etc\hosts). Mentione the local IP address and the site name next to it. 2) In IIS, start new website wizard. On the screen for IP address and port, mentione the site address that was entered in host file. 3) Complete the wizard and you can run multiple websites with same IP and Ports on same IIS server