Whenever I do a postback to "/", I get a 405 error. However, when I post back to "Default.aspx", things work fine.
As I am somewhat new to web devleopment, I haven't the foggiest idea on how to debug this. The issue driving me particularly nuts because I'm testing submitting a form on the front page of the site I'm working on.
Some environmental info: - IIS 5.1 on Windows XP - We use ISAPI Rewrite to route our URLs.
Any suggestions would be helpful.