asp.net - Loading content from subdomain in jQuery Dialog with ReverseProxy and ARR -


i have 2 asp.net iis sites on same server

  1. apps.mycompany.org
  2. 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

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -