Copy link to clipboard
Copied
Hi all,
I have configure IIS with multiple .net applications and coldfusion sites.
All are running under the same DefaultApplicationPool.
I add a new coldfusion site an I Add Application with different Application Pool. Getting error:
Found couple articles but no luck.
Any ideas how to solved this issue?
Thanks, Johnny
Copy link to clipboard
Copied
I think you have to choose the option in the wsconfig tool that only points to one IIS virtual server, and it should set up a separate application pool for you. But I'm not sure. Try it and see, if you can.
Dave Watts, Eidolon LLC
Copy link to clipboard
Copied
I don't see any option
I had setup a separate app pool.
Any other ideas?
Thanks
Copy link to clipboard
Copied
As for what Dave was proposing, and that screenshot of the wsconfig tool, that option for "iis web site" (defaulting there to "all") is what he was referring to.
You can have each site use its own app pool. In fact, each site DOES use its own app pool by default in IIS 8 and above. (As you add other sites, those would appear in that list--and you must close the tool if you add one while it's open.)
As for that other site you found, that's trying to solve a very different problem (related to applications and child applications). Your first post does mention applications. Are you really wanting to have different apps in a single site, each using its own app pool?
BTW, that comment form Anit is from 10 years ago. What version of cf are you running?
Copy link to clipboard
Copied
Thanks for your reply and help.
We have multiple applications under one domain, we call the apps as www.myDomain.com/site1, www.myDomain.com/site2 and so on. It will take a lot get new domains, out of our hands.
We had an issue with one site overloadin the app pool and made all site stops. We want to separate this site for now until we found the issue and probably keep each site in their own app pool.
We are running CF 2021 under Windows Server 2019 Datacenter.
Regards, Johnny
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Multiple application pools for ColdFusion possible... - Adobe Community - 6246482
Read the last post on this article. It cannot be done 😞
Copy link to clipboard
Copied
You will find a number of suggestions from fellow ColdFusion developers in this previous forum post on HTTP 403.