問題: Windows 2008 64ビット・プラットフォームにData Relationship Managementをインストールした後、Webクライアントにアクセスしようとすると次のエラーが発生します:
HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.
解決策: IIS構成ファイル(C:/Windows/System32/inetsrv/config/applicationHost.config)で、以下のセクションにある2か所のDenyをAllowに置換します。
<configuration>
<configSections>
<sectionGroup name="system.webServer">
<section name="handlers" overrideModeDefault=" Deny " />
<name="modules" allowDefinition="MachineToApplication"
overrideModeDefault=" Deny
" />