2011年10月14日金曜日

request format is unrecognized for URL eunexpectedly ending in

webサービスでエラー表示
request format is unrecognized for URL eunexpectedly ending in

解決方法
http://aspadvice.com/blogs/ssmith/archive/2007/09/04/FIX-Request-format-is-unrecognized-for-URL-unexpectedly-ending-in.aspx

web.confiに以下の文を追加
<configuration>
<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</configuration>

0 件のコメント:

コメントを投稿