IIRF not working with AsP.NET PostBacks?
Posted
by MNT
on Stack Overflow
See other posts from Stack Overflow
or by MNT
Published on 2010-04-08T10:49:05Z
Indexed on
2010/04/08
10:53 UTC
Read the original article
Hit count: 579
Hi,
I have the following scenario
Web server A: public on the internet, IIRF (current version) installed
Web server B: on the intranet, visible to A, my APS.NET web app is installed on, name is pgdbtest3
I configure IIRF so that any request targetting directory /MMS/ on server A is redirected to the corresponding one http://pgdbtest3/MMS/. The ini file look like:
StatusUrl /iirfStatus RemoteOk
RedirectRule ^/MMS$ /MMS/ [I]
ProxyPass ^/MMS/(.*)$ http://pgdbtest3/MMS/$1 [I]
It is working fine except that any post back causes an error (404 is returned). I have tried many solutions including the removal of the action attribute from the form but with no luck.
Please help!
© Stack Overflow or respective owner