-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
davidfossil
on
07-01-2009, 10:41 AM
The web site I want to use as the "container" for the proxy directory is buildt with ASP.NET MVC, and utilizes the URL routing provided with the framework. It seems that this routing module interferes with the IIS url rewriting, and causes the 404 error.
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
davidfossil
on
07-01-2009, 8:43 AM
And a failed request trace log:
http://foto.birkegruppen.dk/trace/fr000001.xml
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
davidfossil
on
07-01-2009, 8:31 AM
From the web.config in my front-end HTTPS site:
<rewrite>
<rules>
<rule name="SSRS2008" enabled="true" stopProcessing="true">
<match url="^reports/.*$" ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
davidfossil
on
07-01-2009, 7:11 AM
I have an application server installed, listening for HTTP traffic on a port which is not blocked from the world by a firewall. I wish to expose the services offered by this application only through HTTPS, preferably as a "sub directory" of the HTTPS site already hosted by the server.
Using IIS7 Url Rewriting, I am able to setup a rule ...