iis ajax post时会遇到跨域的问题
只需要在IIS中http响应头中增加:Access-Control-Allow-Origin:*,即可解决问题
iis ajax post 跨域问题解决
原文:http://www.cnblogs.com/wdkshy/p/6760174.html