403 Forbidden Error

。_饼干妹妹 提交于 2019-12-05 10:42:06

IIS and the dev server prevent access to your App_Code folder. This is where you should store your class files but your asmx needs to be in a publicly visible location.

Move your asmx into the root of your site but leave your asmx.cs in the App_Code so it is compiled.

Then obviously change the path in your JavaScript and give it a try.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!