asp.net - Loading content from subdomain in jQuery Dialog with ReverseProxy and ARR -
i have 2 asp.net iis sites on same server
- apps.mycompany.org
- mycompany.org
both has separate contents. want show 1 page apps.mycompany.org (say appspage1.aspx) inside mycompany.org site. page required shown inside jquery dialog box.
i know same origin policy , possible solutions jsonp etc. first thought using iframe causing other & feel functionality related issues. in case have decided go reverse proxy.
wanted know correct steps achieve via iis 7's arr & reverseproxy ? can correct steps of configurations of ?
specially confused proper regex of inbound , outbound rules. in site suppose write , hint how like.
Comments
Post a Comment