-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
k_sega
on
12-03-2008, 5:29 AM
We wanted to use it for testing purposes as our internal product. I do not think that will escalate it to an appropriate level for you to generate a hotfix. When will it possible to use ARR in such way? What version of ASP.NET or IIS you think will fix this bug?
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
k_sega
on
11-18-2008, 7:23 PM
Thank you for your answer. Please take a look at my though here: http://forums.iis.net/p/1153181/1885282.aspx#1885282 Is it correct?
-
Posted to
IIS7 - URL Rewrite Module
by
k_sega
on
11-18-2008, 5:30 PM
Thank you for quick response.
Yes, I've rechecked - I use latest version of these extensions.
As far as I understand if I'll set following rule:
<rewrite>
<globalRules>
<rule name="Proxy" patternSyntax="Wildcard" ...
-
Posted to
IIS7 - URL Rewrite Module
by
k_sega
on
11-18-2008, 11:14 AM
In the post http://forums.iis.net/t/1152682.aspx I've described situation when URL Rewriter + ARR do not allow managed module to work.
Any managed module causes
400.0 error whith "ASP.NET detected invalid characters in the URL"
with exception in event log:
at ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
k_sega
on
11-10-2008, 5:13 PM
Any ideas? Need more information?
More comments. When I set any (even empty) managed module and set up URL rewriter together with ARR I get 400.0 error whith "ASP.NET detected invalid characters in the URL". .NET framework code analysis shows that the HttpContext.Current.Request has no fields filled.
Seems that URL Rewrute and ARR do ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
k_sega
on
11-07-2008, 1:05 PM
One more problem
I've made everythink you say - set rule below for Url rewriter, no settings to ARR. And I've added my managed module to analyze all requests. And it has worked for some time... But after some manipulations (seems that I did nothing special with it) my module fails every request.
Details of failure:
1. IIS calls ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
k_sega
on
11-01-2008, 12:42 PM
Ok! great! Thats what I need.
But! I've written almost the same myself using managed IIS Handler. Actually it's great to have IIS7's power in hand.
The problem in ARR as proxy and my module - incorrect behavior when authentication is required. As far as I understand if I set proxy in IE - it starts send header proxy-connection ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
k_sega
on
10-29-2008, 8:17 AM
Hi,
I'm still looking for a way to use IIS like a proxy. Actually I want to create module for additional analysis of html code, that goes thru that proxy.
In the article http://blogs.iis.net/wonyoo/archive/2008/07/26/relationship-between-application-request-routing-and-url-rewrite-modules.aspx the author writes that ARR checks ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
k_sega
on
10-15-2008, 4:23 PM
Hi,
As far as I understand ARR intercepts requests in the very beggining before any standard IIS processing starts. Will the handlers works on requests that were redirected? Can I write my managed/unmanaged handler to analyze request and response? Change headers?
-
Posted to
IIS7 - Extensibility
by
k_sega
on
10-15-2008, 4:15 PM
Many thanks! Will use that thread for questions.