Link to home
Start Free TrialLog in
Avatar of joedfuse
joedfuseFlag for United States of America

asked on

Splitting up a coldfusion site into 2 separate sites in IIS

Hello,

So I have a question in regards to splitting a coldfusion site into 2 in IIS. Currently I have coldfusion set up for ALL IIS websites and the default site in IIS holds all the sub folders for the main website. There is a folder called NET inside the default site which holds a few apps I want to add to a new secure domain.

I tried several different things to create a new site out of the contents of that NET folder but seem to be running into issues with each attempt.

It seems like the big problem is that since I already configured the cf server to default when I create another website using the folder coldfusion isnt functioning properly. I went in to the web config tool and that actually broke the default site along with the new one.

Any tips would be appreciated.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Dan McFadden
Dan McFadden
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joedfuse

ASKER

I was able to solve this by moving the files out of the wwwroot folder into a folder at the same level as wwwroot. Now of course this gives me a problem ftp ing to the files since port 21 is pointing to wwwroot folder. I am not sure how to set up ftp publishing to those sites without creating new ports.
I managed to get it up. Thanks for your time