We have a client that wants to automate the creation of microsites. We were hoping to do this with subdomains, but there doesn't seem to be a good way of automating the whole process of creating the subdomain in IIS and creating the DNS entry for it.
Is there a way of doing this without manually having to create the subdomain, or will we just have to stick with http://www.siteName.com/microSiteName instead for automated microsite creation?
I don't think you can do it via the API (could be wrong), but you i'm sure it's held somewhere in the DB, so you could update the db directly via code.
Sure this has come up before, can't remember where I saw it.
Programmatically manage hostnames
We have a client that wants to automate the creation of microsites. We were hoping to do this with subdomains, but there doesn't seem to be a good way of automating the whole process of creating the subdomain in IIS and creating the DNS entry for it.
Is there a way of doing this without manually having to create the subdomain, or will we just have to stick with http://www.siteName.com/microSiteName instead for automated microsite creation?
Hey Eric,
I don't think you can do it via the API (could be wrong), but you i'm sure it's held somewhere in the DB, so you could update the db directly via code.
Sure this has come up before, can't remember where I saw it.
Rich
is working on a reply...