Questions tagged [bindings]
79 questions
2
votes
2 answers
Can I have a DNS wildcard binding in multiple servers?
I have a Win 2k8 server that hosts multiple IIS apps that are under one domain, example.com. The need for a second server has increased and will need to get more servers to host my apps.
On my server, I have a *.example.com bound Default Website…

Joel Peltonen
- 169
- 1
- 2
- 9
2
votes
1 answer
How do I run multiple MVC apps within a subdomain on IIS7?
Hello and thanks for looking.
Background
I am currently wrapping up a development contract and the client would like for me to push a build of the application to their IIS 7-based server in which they would like to run multiple MVC apps.
One of the…

Matt Cashatt
- 235
- 3
- 7
2
votes
1 answer
how to browse to website on the same machine it's hosted on with IIS 7?
I have 2 websites hosted on an IIS 7 server. I can browse (in Internet Explorer) to the 'Default Web Site' at http://localhost but I want to be able to do the same thing with the other website.
From what I can figure I think I need to edit the…

Dean
- 175
- 1
- 5
2
votes
1 answer
Change to RS 2008R2 configuration stopped IIS site receiving traffic through load balancer (and its still not working after backing it out)
Background
We are testing a pair of Windows 2008 R2 (IIS 7.5) web servers in conjunction with a hardware load balancer (external device) that splits port 80 traffic coming into a Virtual IP between the 2 servers.
There is a test website set up on…

Laurence
- 241
- 2
- 9
2
votes
2 answers
NIC binding order change in Windows Server 2016
Up to Server2012 it was possible to set up binding order via GUI. Since server 2016 Microsoft recommends using interface metric to configure NIC priority.
However I have a legacy application that reports its own IP address to a different server and…

pablo285
- 25
- 1
- 9
1
vote
2 answers
NTP NIC binding
I'm wondering whether it's possible to setup NTP on a Windows Server running 2012 R2. The catch is that I only want one of the two NICs on the server to be used for NTP.
Here's a little more information on why I've been asked to set it up this way.…

Luke Welden
- 35
- 2
- 7
1
vote
1 answer
IIS - One website, two bindings, two authentications?
I want to know if the following is possible to accomplish & whether it is or isn't, get as much feedback so I can find a way to start.
I want to create a site in IIS. This site I would want to have 2…

RayMontez
- 11
- 1
1
vote
1 answer
How to install two SSL certificates on two root websites on the same IIS server?
I have two root websites on the same IIS server. I tried to create two HTTPS bindings for each of them:
(1) HTTPS, All unassigned, 443, www.site1.com, SSL issed to www.site1.com
(2) HTTPS, All unassigned, 443, www.site2.com, SSL issed to…

Silly Dude
- 558
- 3
- 9
- 22
1
vote
1 answer
SSL Check - Exchange Server responding with Self-Signed Cert
How do I set an Exchange server to respond to a Web Based SSL Certificate checks on a specific port number with the Public Cert?
If I do an SSL cert check on port 443 it gets the Public cert as the response. I have to allow a cloud based service…

Boogerballs
- 11
- 1
1
vote
1 answer
Is it safe to use an empty binding in IIS?
I want to show a specific page for unbound HTTPS URLs.
I have set up a basic website with an empty HTTPS binding, and this seems to work ok.
Am I right in thinking it is acting as a 'catch-all' for any HTTPS URLs that aren't already bound to other…

userSteve
- 1,573
- 4
- 23
- 33
1
vote
1 answer
Can't access docker bind port from public IP
I've run portainer image using:
docker run -d -P -p 9000:9000 portainer/portainer
But can only access the web at port 9000 locally using lynx.
I allow firewall on port 9000 both incoming and outgoing, so that shouldn't be the problem.
$sudo…

user2194229
- 11
- 1
- 4
1
vote
1 answer
IIS listening 127.0.0.1 instead 0.0.0.0
I configure binding on my IIS 7 server like:
ip address: All Unassigned
port: 8080
but in netstat -aon command see only 127.0.0.1:8080 instead 0.0.0.0:8080(which I would like)
(0.0.0.0:8080 is free (there is not it in netstat table))
Please help to…

Dmitry Pyatin
- 141
- 1
- 4
1
vote
0 answers
OpenVPN TAP binding order issue
I am running a 64bit Windows 7/8 AD environment using OpenVPN on remote computers to access our network/servers in our main office.
Typically, once we install OpenVPN on a new machine and configure the binding order (advanced setting in the network…

Rich
- 11
- 1
1
vote
1 answer
IIS site not visible under 80 port
I have 2 bindings for IIS site:
IP Address = * Port = 80
IP Address = * Port = 100
I am able see website as localhost:100 but not as localhost:80 (in the case of port 80 I just see default IIS page).
Also I have allowed port 80 in inbound…

Anton Putau
- 41
- 4
1
vote
1 answer
unable to setup net.tcp bindings for wcf application running on IIS
I am trying to set up NET.TCP bindings for a WCF application deployed on IIS. I have already added net.tcp to Enabled Protocols of application, but when I am trying to add net.tcp binding, its throwing the error shown below:
I have also activated…

Scorpion
- 149
- 2
- 11