ajax and dotNet

M

maxlego

Hi!

I tryed to buid my own AJAX framefork, but when i do postback via
XMLHttpRequest i get following error "The HTTP verb POST used to access
path '/WebSite1/' is not allowed.".

What could be the problem?
Has anyone else experienced such problem?
 
P

Patrice

Do you have a default page ? What if you post to a file rather than to a
directory...
 
G

Guest

Max,
It appears from what you have posted that your "Framefork" is attempting to
make an HTTP POST to a folder instead of an ASPX web page that would receive
the posted data and respond.

Peter
 
M

maxlego

Little progress.. now i get error "The state information is invalid for
this page and might be corrupted."
if i do not post __VIEWSTATE it does postback in background, but doesnt
get any values.
Can You tell what may cause that?
 
M

maxlego

Has anyone built your own AJAX framework and were your effort a
success. I don't see any solutions for my problems : (
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top