Windows 2003 サーバーに展開された WCF サービスがあります。このサービスを利用するために WPF アプリケーションを使用しています。問題は、新しいバージョンの WCF サービスをデプロイするか、IIS および WPF アプリケーションをしばらくアイドル状態のままにしてから機能を実行しようとすると、次の例外が発生することです。
The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 119 bytes of the response were:'<HEAD><TITLE>500: Server Error [20-0004]</TITLE></HEAD>
<BODY>
<H1>500: Server Error [20-0004]<H1>
</BODY>
</HTML>
よろしくお願いいたします。