How to resolve error[The HTTP verb POST used to access path is not allowed] while implementing Speller page in .net application

微笑、不失礼 提交于 2019-12-04 05:56:54

问题


I have implemented Spell checker functionality in my .NET application as per given link below:

Speller page

I copied the speller page in my application but i am getting error:

The HTTP verb POST used to access path '/WebAppUI/speller/speller/server-scripts/spellchecker.php' is not allowed

Does anyone know how to resolve it.

Thanks.


回答1:


I noticed that you said that it is an asp.net application. Does your server have PHP installed and IIS configured properly to process php pages?



来源:https://stackoverflow.com/questions/6274121/how-to-resolve-errorthe-http-verb-post-used-to-access-path-is-not-allowed-whil

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