IIS 6 405 error when POSTing through I-Frame
Posted
by
Angelo R.
on Pro Webmasters
See other posts from Pro Webmasters
or by Angelo R.
Published on 2011-03-04T18:37:30Z
Indexed on
2011/03/04
23:33 UTC
Read the original article
Hit count: 334
Before I begin, I must add that I am more of a programmer, so please be patient :p
I have a 2003 server running IIS 6. I am trying to create a Facebook application that accesses a url on my server through an I-Frame. However, Facebook is trying to send some data via POST to my page. I assumed it wouldn't be a problem since the page is .html, but I keep receiving 405 errors (Incorrect Verbs) when trying to access it. Since these are generated by IIS, I had hoped there would be a way for me to allow html files to accept POST.
However, after a lot of Googling, it seems like that isn't possible, so instead I figure I can convert the page to an aspx one, and that should work... however I am running in to the same issue. I thought that simply adding POST to the .aspx entry in Application Extension Mapping would work, but it still doesn't.
Does anyone know what the problem could potentially be?
© Pro Webmasters or respective owner