Pankaj Tahiliani

  Home  |   Contact  |   Syndication    |   Login
  28 Posts | 0 Stories | 36 Comments | 0 Trackbacks

News

Twitter








Archives

May 2011 Entries

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 validateintegratedmodeconfi... </validation>