I am using monorail and trying IIS7 on vista today. The appcmd.exe auto config seems crap up the config file.
Original:
<monorail smtpHost="xxx">
<controllers>
<assembly>Gearbox.CMS.Web</assembly>
</controllers>
After:
<monorail smtpHost="xxx">
<controllers>
<assembly></assembly>
</controllers>
Notice the missing text between <assembly>..</assembly>
And any good channel to throw bugs in like a JIRA? (I know its not JIRA in MS, but something?)