web.config 에서 추가
<system.webServer> <httpProtocol> <customHeaders> <clear /> <add name="Access-Control-Allow-Origin" value="*" /> </customHeaders> </httpProtocol> ..
'Web_Application > ASP.NET MVC' 카테고리의 다른 글
Error 1053: "The service did not respond in a timely fashion" when attempting to start, stop or pause a service (0) | 2016.12.29 |
---|---|
Upgrading mvc4 to mvc5 in vs2013 (0) | 2016.12.17 |
JSON JavaScriptSerializer를 사용하여 serialize 또는 deserialize하는 동안 오류가 발생했습니다. 문자열의 길이가 maxJsonLength 속성에 설정된 값을 초과합니다. (0) | 2016.10.10 |
Ajax.beginForm 이 작동하지 않을때 (0) | 2015.03.25 |
[ASP.NET MVC] 도로명주소 검색하기 소스 (0) | 2015.03.13 |