IIS6 Wildcard Mappings and FrontPage Extensions
I was just setting up a new blog site to start working on a global admin console for .Text (adding, editing, deleting blogs, sending bulk e-mails to blog owners, configuring blog groups, etc) when I came across a problem. Though I had set up FrontPage Extensions on that virtual web, VS.NET could not connect to it. When I RDC'd into the desktop to try to access the site's FPSE page, I got an ASP.NET error page, telling me that the FPSE DLL was not found.
It turns out, you can't use a wildcard mapping and manage your FrontPage Extensions at the same time. This makes sense, because the ASP.NET process would be intercepting all requests. I'm not sure how you would get around this yet, but for now, I just shut off the mapping. If anyone can come up with a handler mapping that I can add to the web.config file that will allow both to co-exist, that would be swell. I don't really have the desire to look into it, so I'm just going to add and remove the mapping as needed.