I have a couple of question maybe someone here could answer. First, I'd like to build an ASP.NET application that could manage many of the features in IIS. Specifically, I'd like to create websites, set application settings, even manage DNS, and SMTP. Where could I find some resources to look at how this could be done?
Next, this may be a dumb question, but I'm trying to build a dynamic website. Is there a way to have two domain names point to the exact same website (using http headers) but then, depending on the request, show completely different content? I'm sure this could probably be done, but I don't know where I should look into this. I don't want to use any redirect solution, either. I mainly have a few websites that are very similar that are already dynamic and I'd like to find a way to use just one physical site if it is possible. Also, could this have any performance issues or other side effects?
z