I would appreciate if someone could please tell me if the following is even possible. I have not been able to find a good solution:
1) I have a local server (web server) and a remote server (my app server)
2) my asp pages as well as my javascripts are on the app server
3) localhost/myasp.asp should take me to the app server (through URL rewrite). On the app server, my asp would call other asp files
4) Essentially I am going from A --> B --> C
5) B and C are local to the app server but external to the web server. This is where some images and javascripts are not found anymore as there is no visibility
6) Essentially, I would like my URL to be rewritten such that user does not see the name of the application on the remote server
I am using ARR as the reverse proxy server. All pages are classic ASP page.
Is there any good solution to this? It looks like URL rewrite works only well if I am staying on the same server and not seeing to see external active server pages.
Is there any good solution to this? It looks like URL rewrite works only well if I am staying on the same server and not seeing to see external acttive server pages.
Yes, URL Rewriting may only work on the same server. But you aslo mentioned ARR, which may work for your practice issue. However, if you use the ARR, then the web server and app server should be logical group, please check the both useful reference:
akompany
2 Posts
URL Rewrite - issue with remote server
May 03, 2012 07:10 PM|LINK
Hi All,
I would appreciate if someone could please tell me if the following is even possible. I have not been able to find a good solution:
1) I have a local server (web server) and a remote server (my app server)
2) my asp pages as well as my javascripts are on the app server
3) localhost/myasp.asp should take me to the app server (through URL rewrite). On the app server, my asp would call other asp files
4) Essentially I am going from A --> B --> C
5) B and C are local to the app server but external to the web server. This is where some images and javascripts are not found anymore as there is no visibility
6) Essentially, I would like my URL to be rewritten such that user does not see the name of the application on the remote server
I am using ARR as the reverse proxy server. All pages are classic ASP page.
Is there any good solution to this? It looks like URL rewrite works only well if I am staying on the same server and not seeing to see external active server pages.
Thanks a lot,
-Amir
Mamba Dai - ...
651 Posts
Microsoft
Re: URL Rewrite - issue with remote server
May 08, 2012 10:22 AM|LINK
Hi,
Yes, URL Rewriting may only work on the same server. But you aslo mentioned ARR, which may work for your practice issue. However, if you use the ARR, then the web server and app server should be logical group, please check the both useful reference:
http://learn.iis.net/page.aspx/489/using-the-application-request-routing-module
http://learn.iis.net/page.aspx/659/reverse-proxy-with-url-rewrite-v2-and-application-request-routing/
Feedback to us
Develop and promote your apps in Windows Store
akompany
2 Posts
Re: URL Rewrite - issue with remote server
May 11, 2012 12:11 PM|LINK
Thanks a lot for your response. I did not find any good way to implement this, may visit the issue at some other time.
Mamba Dai - ...
651 Posts
Microsoft
Re: URL Rewrite - issue with remote server
May 14, 2012 02:57 AM|LINK
Maybe you can try my reply, and then post your detailed information abou it.
Feedback to us
Develop and promote your apps in Windows Store