DG3
DG3

Reputation: 5298

Configuring separate development and production sites on the same server (IIS)

I have a IIS/ColdFusion question. I am working with a client, who has both production and development stuff on the same machine. He has two drives, C and E. C drive has development files and E drive has production. The IIS configuration points to E drive. C drive the has the following structure:

C:/ 
   - Coldfusion 9 
   - Inetpub    
     - coldfusion files 

 E:/ 
   - Web     
     - coldfusion files 

But Iam confused if IIS can point to two different drives? How to find out which drive the IIS point out to.. I hope I am not vague with my question

Thanks a lot.

Upvotes: 1

Views: 786

Answers (1)

Sam Farmer
Sam Farmer

Reputation: 4118

In IIS you will need to create new web sites.

Configure each site to respond to either a different IP address or a different host header and point each site at the different folders.

Upvotes: 2

Related Questions