whighfield:
The harder of the two would be to have all websites point to a separate folder in your hosted webspace root (including subdomains).
After a long struggle the problem is now solved. All my websites pointed to a separate folder and in the root I used a script for redirection. That worked quite well
with HTML-Websites for years. Now my provider told me that ASP.NET-Websites must *not* point to the separate folder but to the root. The redirection (to the separate
folders) must be done by a script in the root. So there are three points:
1. all websites point to the root of the hosted webspace,
2. all websites have a separate folder,
3. a script in the root redirects the websites to their folders.
Thanks for your help!