How to resolve error[The HTTP verb POST used to ac

2020-05-02 13:51发布

问题:

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?