「get」リクエストをサポートするように web.config を設定しました。
<webServices>
<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="HttpSoap"/>
<add name="Documentation" />
</protocols>
</webServices>
次に、Webサービスがxmlではなくjson文字列を返すようにしたいのですが、設定しました
[ScriptMethod(ResponseFormat = ResponseFormat.Json, XmlSerializeString = false)]
動作しませんが、まだjsonstringsで文字列を返します....
ページ ファイルに contentType を設定したくないので、デフォルトを使用してください。