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?)
This is not an appcmd issue but a bug in the underline configuration system. This issue was reported in
this post. I am not sure if a fix is already out and where you can find it. Anyone?
goodwill1120
5 Posts
Where to report issues? + appcmd.exe removed my monorail controllers element text
Nov 03, 2007 10:48 AM|LINK
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?)
ksingla
1138 Posts
Microsoft
Re: Where to report issues? + appcmd.exe removed my monorail controllers element text
Nov 03, 2007 04:46 PM|LINK
This is not an appcmd issue but a bug in the underline configuration system. This issue was reported in this post. I am not sure if a fix is already out and where you can find it. Anyone?
mailant
53 Posts
Re: Where to report issues? + appcmd.exe removed my monorail controllers element text
Nov 07, 2007 09:32 PM|LINK
Try this hotfix: http://support.microsoft.com/kb/930451