Problem: When I try to bring up Outlook it has just begun giving me the following error message "Cannot start Microsoft Outlook. Invalid XML, the view cannot be load.
Solution: Start-> Run; outlook.exe /resetnavpane
You dont need to make any changes to IIS7 to get url rewriter working properly. You just need to properly declare the module in web.config. Make sure you have the following in your web.config file: <system.webServer> <modules runAllManagedModulesForAllR... <add name="UrlRewriter" type="Intelligencia.UrlRewr... /> </modules> <validation validateIntegratedModeConfi... /> </system.webServer> ......
Write this line in web.config file (for IIS 7)
<system.webserver>
<validation validateintegratedmodeconfiguration="false">
</validation>