在.net应用程序中实现Speller页面时如何解决错误[不允许使用HTTP动词POST来访问路径]
我已经按照下面给定的链接在我的 .NET 应用程序中实现了拼写检查器功能:
我在应用程序中复制了拼写器页面,但出现错误:
用于访问路径的 HTTP 动词 POST '/WebAppUI/speller/speller/server-scripts/spellchecker.php' 不是 允许
有谁知道如何解决它。
谢谢。
I have implemented Spell checker functionality in my .NET application as per given link below:
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我注意到你说它是一个asp.net应用程序。您的服务器是否安装了 PHP 并正确配置了 IIS 来处理 php 页面?
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?