applicationHost.config is in %systemdrive%\windows\system32\inetsrv\config and 
holds machine-wide IIS settings (as well as site specific settings, using 
<location></location> tags)

Additional settings can be in the web.config located in the root folder of 
whichever website is hosting https://mysite.com.au (I’m guessing that’s 
port-forwarded/proxied to Default Web Site, but could be forwarded to any 
website IIS is hosting. In IIS Manager, then look at the properties of the 
website to find it’s root folder. See if there’s a web.config file there.

Cheers
Ken

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On 
Behalf Of Tony Wright
Sent: Monday, 23 November 2015 3:53 PM
To: ozDotNet <ozdotnet@ozdotnet.com>
Subject: Re: Bindings

Which web.config? Which applicationHost.config?

I have had a look in web.config and machine.config but can't see anything 
there. (The only redirects are assembly redirects!)



On Mon, Nov 23, 2015 at 3:44 PM, Ken Schaefer 
<k...@adopenstatic.com<mailto:k...@adopenstatic.com>> wrote:
SSRS registers an endpoint directly with http.sys IIRC, so that’s why you don’t 
see it in IIS Manager

In web.config or applicationHost.config, do you see any redirect directives?

From: ozdotnet-boun...@ozdotnet.com<mailto:ozdotnet-boun...@ozdotnet.com> 
[mailto:ozdotnet-boun...@ozdotnet.com<mailto:ozdotnet-boun...@ozdotnet.com>] On 
Behalf Of Tony Wright
Sent: Monday, 23 November 2015 3:21 PM
To: ozDotNet <ozdotnet@ozdotnet.com<mailto:ozdotnet@ozdotnet.com>>
Subject: Bindings

Hi all,

I have both SSRS and TFS installed on a server. Whenever I try to access a URL 
on a 2012R2 Standard server, even if it is just the base url 
(https://mysite.com.au) it redirects to the tfs site.

I do not want the base url automatically redirecting to the tfs site.

I have looked at the Bindings and can see TFS, which has the bindings set to:
http (no host name) Port:8080, IP Address=*
https (no host name) Port 443, IP Address=*

SSRS is not even listed as an IIS site and its configuration must be accessed 
via the Reporting Services Configuration Manager, which shows that I have a 
ReportServer virtual directory set up on Port 80. No certificate is set.

Currently, if I go to https://mysite.com.au, it redirects to 
https://10.20.30.40/tfs. (not the real ip address.)  The https is crossed out 
(certificate problems.)

How can I stop it from redirecting everything to this tfs instance except when 
I specifically request /tfs?

Regards,
Tony

Reply via email to