Tuesday, February 22, 2011

Sitecore 6 and IIS6 form postback causes layout redirect

Recently, wile working on a legacy website build on Sitecore 6.0 and IIS6, I ran into a problem with form posts / post back. On postback, instead of seeing the actual page, I was seeing the layout page being posted to. This threw a 404 error.

After a bunch of research, it turned out that the issue was a missing App_Browsers folder. That folder contains Form.browser file, essential for the postback to work properly.

Thanks to Neil Pullinger's blog entry, I was able to get postbacks working correctly.

0 comments:

Post a Comment