Okie, I'm thoroughly messed up now.
I've decided to dump the config of the above site and went with creating a whole new web site with the URL of "http://blogs.red-abstract.com"... I want this to be a multiple blog site (aggregate).
The database string is set properly, the email string is set properly... but I get an error on the login page. The aggregate site actually comes up properly as well, but trying to login returns an error of:
..Text - Application Error!
Details
A blog matching the location you requested was not found. Host = [blogs.red-abstract.com], Application = [login.aspx]
So in my web.config (I used multiple2_web.config since it says it was for weblogs.asp.net) I have:
<!-- Aggregate Blog Stuff -->
<add key="AggregateTitle" value = "A .Text Community" />
<add key="AggregateUrl" value = "http://blogs.red-abstract.com" />
<add key="AggregateDescription" value = ".NET by .Text" />
<add key="AggregateHost" value = "blogs.red-abstract.com" />
My database record for my blog says:
Host: blogs.red-abstract.com
Application: Vermyndax
I have properly enabled wildcard processing in IIS as per the instructions.
*what* have I done wrong? I saw somewhere that Scott mentioned that someone with this similar problem was using the wrong web.config, but I have also tried multiple1_web.config with the same results.
I'm soooo confused.