-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Doggy8088
on
06-02-2009, 9:15 PM
Could you tell me the exact meaning and description of the "reverse rewrite host in response headers" option?
Also, this checkbox is "checked" by default. Is that a normal situation?
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Doggy8088
on
06-02-2009, 9:03 AM
I configured my ARR as a reverse proxy only. In the ARR, the "Reverse rewrite host in response headers" checkbox is checked.
My internal website url is: http://internal.example.com/test.aspx
My external website url is: http://external.example.com/test.aspx
When I clicked http://internal.example.com/test.aspx, ...
-
Posted to
IIS 7 - Troubleshooting
by
Doggy8088
on
05-20-2009, 6:56 AM
Hi,
I have a ASP.NET website installed in IIS7.
Also there is a Virtual Directory that contains all static files and no asp.net files at all.
When I request any file in the Virtual Directory, I got "Failed to Start monitoring changes to.." error.
I don't have a Domain ( AD ). How can I fix this problem?
Thanks.
-
Posted to
IIS7 - URL Rewrite Module
by
Doggy8088
on
04-22-2009, 5:11 AM
I have been sent the email with FRT xml logs to Ruslan.
-
Posted to
IIS7 - URL Rewrite Module
by
Doggy8088
on
04-21-2009, 4:58 AM
Hi,
I have been installed URL Rewrite 1.1 on my machine. I am also found another problem on URL Rewrite 1.1.
When I pass a query string with "Big5" encoding in the url, the URL Rewrite will just response HTTP 502.
The problem url will like this:
http://example.com/page.html?key=內文
As you ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Doggy8088
on
04-15-2009, 10:18 PM
There is a detailed walk-through in my blog: http://blog.miniasp.com/post/2009/04/Using-ARR-to-implement-Reverse-Proxy.aspx
Here is the rules screenshot:
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Doggy8088
on
04-15-2009, 6:25 AM
Hi anilr,
I have been setup a testing website for you.
http://test.ptitas.net:81/
In this webpage, there is a "Click Me" link that contains "Chinese Characters" in the Path, Filename, and Query String. Also, when you clicked in, you will see all the query strings passed into this page. Here is ...
-
Posted to
IIS7 - URL Rewrite Module
by
Doggy8088
on
04-14-2009, 8:46 AM
Hi ruslany,
Can you descirbe more detail about how URL rewriter deal with the Path or Query String encoding?
You said "It tries to convert query string to Unicode". Do you mean it tires to convert query string to Unicode after urldecode each key/value parts in the query strings?
I just wondered why URL rewriter doesn't ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Doggy8088
on
04-14-2009, 8:28 AM
I have the same problem here.
If there is a non-ASCII characters in the url, no matter in the request path, filename, or query string, all the non-ASCII characters are all become questionmark ( ? ).
Is that means ARR doesn't support unicode in the url?
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Doggy8088
on
04-13-2009, 9:21 PM
I see. I forgot I can use {HTTP_HOST} too. :-p
Thank you.