IIS に配置されるのを待っている wcf サービス パッケージがあります。デフォルトのWebサイトなどに仮想ディレクトリを作成すると、すべてうまくいきますが、Chromeでパスにアクセスしようとすると、エラーが発生します。
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
このセクションにコメントすると:
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"
multipleSiteBindingsEnabled="true" />
ディレクトリにはアクセスできますが、サービスにはアクセスできません。何か案が?