Questions tagged [bindings]

79 questions
1
vote
1 answer

IIS: make hostname point to website

I am deploying to my .net project to host.domain.com/Default Web Site/ProjectName. I would like to make it so that the URL "host.domain.com" points to my application. I suspect I don't have the bindings set correctly, but I can't figure what I need…
James Harpe
  • 113
  • 4
1
vote
2 answers

Accessing IIS web apps through different bindings

I am hosting several web apps on IIS 7.5 on Windows Server 2008 R2. The server has a single IP address and I am using host names to differentiate the bindings to each application. The server has different DNS alias matching the host names, so all…
CesarGon
  • 440
  • 3
  • 14
  • 27
1
vote
1 answer

Mapping domain to a directory (not a site) in IIS7

I recently set up my own server, where I've since installed DotNetNuke in its own "site". Now, I want to map multiple domains to that DotNetNuke instance, using the child portals functionality. Thus, I want to map a domain to a directory, rather…
Maxim Zaslavsky
  • 211
  • 1
  • 4
  • 13
1
vote
1 answer

Is there a better IIS 7 bindings dialog?

Some of my sites in IIS have 20-30 bindings and the bindings dialog box in IIS 7 is 4 lines, which makes editing bindings a real pain. Are there any replacements/upgrades for the dialog specifically? I realize behind the scenes it is just updating…
user11956
  • 123
  • 4
1
vote
2 answers

Is it possible to set these IIS7 settings in a web.config file?

with my IIS7 site, i manually set the bindings for my site. Is it possible to set these bindings in the (local) web.config file? Not a machine or app config file ... but the web.config file? Cheers :)
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
1
vote
1 answer

Display Existing Policy Bindings for GCP Service Account

I'm setting up a service account to access a CloudSQL DB from GKE. I've created both the GSA and the KSA, and have executed the command to associate the two (gcloud iam service-accounts add-iam-policy-binding...). How do I inspect the bindings to…
Lowell Boone
  • 13
  • 1
  • 3
1
vote
0 answers

IIS serves wrong cert using SNI or CCS

I have 3 websites all using the same IP in IIS 10. I first setup the https bindings to use SNI with 'all assigned' IP addresses on port 443 using the correct certificate. All the certs are known good. Only one website gets served the correct SSL…
dcol
  • 73
  • 4
1
vote
0 answers

IIS 10: is there some way to trick it into letting me use an IP address as the host name of an HTTPS binding?

I have a cluster of IIS servers sitting behind a load balancer at a vendor. The vendor's load balancer determines if the server is functional by accessing a special monitoring page on the server, and the URL it uses for this is the server's local IP…
0
votes
0 answers

Trying to open an IIS page locally

I have two IIS sites, which expose the same virtual directory. One is bound as http::80:wfe.website.com, and is accessed through a reverse proxy server. The second is bound as http::80:www.website.com, and is not exposed externally. Our public DNS…
Reaces
  • 5,597
  • 4
  • 38
  • 46
0
votes
1 answer

XHR requests not functioning when applying site bindings

I use Windows 2012 Server R2, IIS 8.5, and I have a problem. On localhost, no matter the port I choose, my XHR requests in my code function perfectly. However, when I apply a binding, such as applying a host header to port 80, I can access the site,…
Mirza
  • 1
0
votes
1 answer

Hosting two or more domain in windows VPS with one IP address?

I am very new for VPS. I have two domain www.onlinevisualkart.com and www.nripendraojha.com on godaddy, I have one VPS with Windows Server 2012 from third part company, I set ip of VPS (50.3.82.140) in domain www.onlinevisualkart.com then host my…
0
votes
1 answer

IIS Default homepage through localhost but not IP Address

I have IIS installed to run a few websites for WSUS and a few other things. After a fresh install I am trying to access the IIS page. Using http://localhost I am able to see the page. Using http://192.168.1.100 I cannot. I have the firewall rule to…
JukEboX
  • 815
  • 4
  • 17
  • 46
0
votes
1 answer

IIS 7.5 Bind to IP address with shared configuration

We have two web sites hosted on IIS that we want to SSL. To do this I believe we need each site to have their own IP address. These sites are hosted on a web farm which is load balanced with a hardware load balancer. Each server in the farm is set…
Jeremy
  • 913
  • 2
  • 10
  • 19
0
votes
1 answer

Daemon listening on a port, make port accessible from network requests on Azure

I have a software daemon listening on an arbitrary port, lets say 7500 I would like that server and port to be accessible from the outside world. The daemon is on a virtual machine on Microsoft Azure, I already set inbound and outbound rules on the…
CQM
  • 117
  • 8
0
votes
1 answer

How can I find the IIS server instance that a website is hosted on in my domain by only its public URL?

I have started a new job and inherited a lot of servers and websites. One particular website I am unsure of what server/IIS instance it is hosted on. All I know is the public URL of the site. Is there a way (maybe a powershell script?) to scan my…