Thanks, Bruce
I think my app killed the host
I took out the SSL stuff, moved all the associated DLLs to the multisite folder along with the user data file. I was able to open the site and log in. Then noticed things that meant the ini file wasn't being read. -
Where should that information go? In the webserver.init? This is global data shared, but not written to, by everyone.
As a general question, is it better (even in a stand alone site) to read this data from a table and store it in session variables at login? or when a session is created? Some of this data, like SiteName and PortNumber make the site work.
I also found that trying to disable the site wold cause the server to freeze.
Then, once I did actually see it disabled, enabling it caused weirder things. Apparently, the host restarted itself and gave the error that another instance was already running. I checked the processes running and sure enough - there were now two host.exes.
I am a little surprised at how slow getting a site to load is. After that, it seemed to move along pretty well.
As far as the SSL stuff goes seems that putting the certificates on the host and taking them off the sites works well enough at least in my case where I self certify for a known number of users. They call, I say yes that's me and they accept the certificate.
Chris