November 2008 Blog Posts
I have recently been creating a new UI Module for IIS 7 and as part of this I wanted to install my module automatically using a MSI file. With the help of CarlosAg from the IIS product team I have made my UI module work really well and also managed to create a setup for it. The setup installs the files into the GAC, and does the registration and de-registration in the IIS administration.config file during install/uninstall. For details on how to do this please go to http://blogs.msdn.com/carlosag/archive/2008/11/10/CreatingSetupProjectForIISusingVisualStudio2008.aspx So it was all working fine but...
The IIS team has made the URL Rewrite Module for IIS 7.0 Release To Web (RTW) available for download. This is a final, production-ready release that is officially supported by Microsoft. Basically I have just copied and pasted the details below because there is not a lot else to say - everything you want should be covered below. Install the URL Rewrite Module for IIS 7.0 RTW today! Microsoft URL Rewrite Module for IIS 7.0 RTW (x86) Microsoft URL Rewrite Module for IIS 7.0 RTW (x64) The...
using Server Manager and any other 'pre-defined' MMC consoles open up and function just fine, but if I launch a separate mmc console and attempt to add a snapin, MMC crashes with "Microsoft Management Console has stopped working" and the following is found in the Windows Application Event Log - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-11-05T22:33:57.000Z" />
<EventRecordID>117443</EventRecordID>
<Channel>Application</Channel>
<Computer>SERVER</Computer>
<Security />
</System>
- <EventData>
<Data>mmc.exe</Data>
...