I have my own dedicated server running Windows 2003 Server (Standard Edition) and MSDE200.
In IIS Manager I have a Web Site setup up which handles multiple subdomains (codestore.salamandersoftware.co.uk and blog.salamandersoftware.co.uk atm) and has the .Text files at that location.
I've got two entries in blog_Config, one for each subdomain because I want to run multiple blogs at multiple subdomains.
I have managed to get it to work as a single blog (that's how it is atm if you visit blog.salamandersoftware.co.uk), but I can't get it to work as a multi-blog. I've tried the HttpHandlers from Multiple1_Web.config and I've tried the HttpHandlers from Multiple2_Web.config (yes I did set ConfigProvider to MultipleBlogConfig), I've tried setting a value for the Application field in blog_Config and having a folder for each of these with a default.aspx in each. I've also tried mapping .* to to the aspnet_isapi.dll as discussed by Scott here: http://scottwater.com/blog/articles/WildCard.aspx but all to no avail. I either get the first blog with no skin applied whichever I try or I get the aggregate page, but no separate blogs.
1. Which web.config do I need to base mine off for multiple blogs based on separate subdomains?
2. What values do I need for the Application column or any other columns?
3. What other settings (folders, mappings, etc.) do I need to make?