Configuring IIS for multi-tenant mode #11513
Unanswered
kudryavtsevda
asked this question in
Q&A
Replies: 3 comments 4 replies
-
You can simulate that in your local environment by editing the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Use catch all host in IIS by not specifying specific host And update your hosts file (DNS) as @hishamco suggests |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue regarding to have a lot of absolutely separate sites hosted by orchard. IIS hosts orchard web app. It should contain a lot of small web-sites with their own domain name (site1.mydomain.com, site2.mydomain.com and siteN.mydomain.com).
Am I right that I cannot create separate apppool and web-site in IIS because it is under one orchard process?
So in that case:
Beta Was this translation helpful? Give feedback.
All reactions