joe_pool_is
Well-known member
I need to get IIS running on 2 separate test machines.
One PC has been in the company for several years. When I Opened the IIS Console, I saw there was a website called "Sales Portal" running, using ASP.NET Version 1.0, and the IP Address under the identification was not reachable through PING. I *guess* this PC has a lot of old data that isnt even used anymore.
The other PC has nothing set, but IIS is installed.
I need to do testing on these two machines, and Id like to know the fastest way of getting this done.
Should I uninstall IIS on the old PC, then reinstall it? Id guess that would wipe everything out, wouldnt it (Unless Microsoft doesnt clean out their registries)?
Next, whats the fastest way to get IIS set up? I dont need anything fancy, but I would like to have different folders in C:\Inetpub\wwwroot so that I can test pages for different customers without removing one that is existing.
Can this be done? I need ASP.NET to run in most of them.
For Example:
The wwwroot\Default.aspx could be anything, but Id like to place our Customers projects in the individual folders, and run them by browsing to "localhost/TestSite1" or "localhost/TestSite2".
Could someone show me a way of doing this?
It sounds like an awful lot to me! So, thanks to whoever takes the time to answer this.
One PC has been in the company for several years. When I Opened the IIS Console, I saw there was a website called "Sales Portal" running, using ASP.NET Version 1.0, and the IP Address under the identification was not reachable through PING. I *guess* this PC has a lot of old data that isnt even used anymore.
The other PC has nothing set, but IIS is installed.
I need to do testing on these two machines, and Id like to know the fastest way of getting this done.
Should I uninstall IIS on the old PC, then reinstall it? Id guess that would wipe everything out, wouldnt it (Unless Microsoft doesnt clean out their registries)?
Next, whats the fastest way to get IIS set up? I dont need anything fancy, but I would like to have different folders in C:\Inetpub\wwwroot so that I can test pages for different customers without removing one that is existing.
Can this be done? I need ASP.NET to run in most of them.
For Example:
Code:
C:
Inetpub
wwwroot
TestSite1
Default.aspx
TestSite2
Default.aspx
Default.aspx
Could someone show me a way of doing this?
It sounds like an awful lot to me! So, thanks to whoever takes the time to answer this.