web.config 파일에 아래 부분 추가


<system.web>

<webServices>

<protocols>

<add name="HttpGet"/>

<add name="HttpPost"/>

</protocols>

</webServices>

</system.web>

Posted by 푸르른노을
,