![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I've been laborating with an external package (ExtJS, i don't know how well known it is). When i try to run their examples from their site, everything works well. When i run the same example from my local host, i get the following error message in FireBug. System.Web.HttpException: HTTP-verb POST used to access the path /DynamicFeedback_test01/xm l-form.xml is invalid (not allowed?) |
|
The strange thing is that when i enter this: http://localhost/.../xml-form.xml i get to see the file. However, when the very same file is requested by the form, i get the error instead. |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I've been laborating with an external package (ExtJS, i don't know how well known it is). When i try to run their examples from their site, everything works well. When i run the same example from my local host, i get the following error message in FireBug. System.Web.HttpException: HTTP-verb POST used to access the path /DynamicFeedback_test01/xm l-form.xml is invalid (not allowed?) The strange thing is that when i enter this: http://localhost/.../xml-form.xml |
#4
| |||
| |||
|
|
* K Viltersten wrote in comp.lang.javascript: I've been laborating with an external package (ExtJS, i don't know how well known it is). When i try to run their examples from their site, everything works well. When i run the same example from my local host, i get the following error message in FireBug. System.Web.HttpException: HTTP-verb POST used to access the path /DynamicFeedback_test01/xm l-form.xml is invalid (not allowed?) Your server rejects the POST request. You have to reconfigure your server to accept it (if that is what you want). Consult your server manual for how to do that. |
![]() |
| Thread Tools | |
| Display Modes | |
| |