I am using 4.5.1 under iis7 and trying to do cross page back. I have user control with submit button that has postback url set to another page. When i do the submit is does post back to the target page however i get yellow screen of death with message:
[HttpException (0x80004005): The file '/product-search.aspx' does not exist.]
System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +8941396
Its trying to find a physical file which in the case of umbraco does not exist as everything is done by http handler. So is it possible to do cross page post back in umbraco ? Can i set anything in IIS so that it does not do file test?
Crosspage post in umbraco
Guys,
I am using 4.5.1 under iis7 and trying to do cross page back. I have user control with submit button that has postback url set to another page. When i do the submit is does post back to the target page however i get yellow screen of death with message:
Its trying to find a physical file which in the case of umbraco does not exist as everything is done by http handler. So is it possible to do cross page post back in umbraco ? Can i set anything in IIS so that it does not do file test?
Regards
Ismail
is working on a reply...