Questions tagged [iis-10]

IIS 10 is the version of Microsoft's Internet Information Services that ships with Windows Server 2016, and some Windows 10 versions

IIS 10 is the version of Microsoft's Internet Information Services that ships with Windows Server 2016, and some Windows 10 versions

163 questions
0
votes
0 answers

IIS 10 will not redirect HTTP to HTTPS after enabling HSTS

I am attempting to force end users onto HTTPS when visiting our site. I have HSTS enabled in IIS at the site and application level. I have an HTTP redirect set up at the site level to https://ourdomain.com. I can visit the home page for our site and…
0
votes
1 answer

HTTP 401.2 Error when using Azure Application Gateway

I have an ASP.Net site hosted in IIS 10 on Windows Server 2019 DataCenter in Azure. This site has only Windows Authentication enabled. When I access the site directly (http://mysite-backend.example.com) I'm prompted for credentials, after which all…
JohnLBevan
  • 1,214
  • 7
  • 22
  • 46
0
votes
1 answer

IIS 10 2 domains with SSLs on same IP - SNI checked for both but 1 of them still doesnt work

Using fictional domains here instead of the actual ones I have this situation: domain1.com has binding set up in IIS and is linked to SSL and has "Require Server Name Indication" checked. domain2.com has binding in IIS and is linked to it's own SSL…
Paul
  • 113
  • 2
0
votes
0 answers

IIS Reverse Proxy with same hostheader under condition on 2 internal frontend server

a reverse proxy should be simple i thought but i encountered a problem. i try to accomplish the following: ive 2 webfrontends (serverA, ServerB) which hosting a webapplication contoso.local. then ive a server which is a reverse proxy on iis (with…
danielW
  • 1
  • 3
0
votes
0 answers

PHP 8 on IIS 2019: Sometimes Session can not be written

From time to time I get the classic "Failed to read session data" error on my application running on php 8, IIS 2019. This is usually associated with a) the directory does not exist b) the permissions are not set. I can rule out both cases. Sessions…
habsi
  • 1
0
votes
1 answer

Configuring Web Deploy on IIS 10 and having issues with the certificate

We just recently purchased a dedicated server with public ip addresses. I have a certified ssl certificate for a domain, I'll use example.com for the example. This domain has a dedicated ip. When I try to I try to publish a website…
0
votes
1 answer

Python Flask on IIS: HttpPlatform Doesn't Load When Visiting Hostname

So my web.config currently looks like the following for production and the site works when I visit it
pee2pee
  • 369
  • 1
  • 5
  • 12
0
votes
1 answer

How can I bind a single IP address by port to a directory path (the website files)

When I register a domain name, I point the A record to my server. On my server, in IIS, I have bound the domain name to a specific directory path on my server I wondered if it's possible to achieve the outcome of the above but without domain names,…
0
votes
1 answer

Unknown process responding to web requests on AWS server copy

I am trying to work on a web site bug that, at the moment, only manifests in production. Since I can't take down that environment I'm trying to create a copy that is as close as possible. The site is Kentico 11-based, running on Windows Server 2019…
Don R
  • 143
  • 2
  • 11
0
votes
0 answers

How to set up a webserver and a mail server on the same network to use port 443 but on different IP addresses

Please could someone assist me with an issue I am facing running a mail server and a webserver on the same network. Please excuse the long post, however, I would like to provide as much information as possible for the experts to analyze. My exact…
0
votes
1 answer

Set IIS 10 server to public

I'm pretty new to fiddling with servers (have a background in programming, but not server management), so please bear with me if I ask basic questions and link through to any tutorials you think I should follow. I'm trying to set up a public IIS 10…
JasperMW
  • 103
  • 2
0
votes
1 answer

Missing "Server Certificates" icon in IIS10

I want to create a CSR file in windows server but Server Certificates is missing. The picture below shows it.
mohammad
  • 101
  • 1
0
votes
1 answer

IIS IP Address and Domain Restrictions or Dynamic IP Address Restrictions?

I would like to implement dynamic ip address based restrictions in my IIS 10 on Windows Server 2019, and find a way (even it involves some programming/scripting/automation) to integrate it with blacklists provided by Project Honeypot. I am not sure…
g.pickardou
  • 199
  • 12
0
votes
1 answer

IIS (10.0.17763.1) New Site Fails with 404 Errors

I am hoping that someone may have the answer to this. I created a new site on IIS (full disclosure, I created the first one incorrectly and removed it, if that matters). My IIS server has several hosted sites, all working fine, apart from the new…
Charlie
  • 21
  • 4
0
votes
0 answers

New site, same host, different port, doesn't respond

Windows Server 2019, IIS 10: I have created a second web site in addition to the default site, and so far a simple HTML file is the only content, for testing. I bound HTTP to port 8080 and HTTPS to port 8043, and did not enter host names for either…
Don R
  • 143
  • 2
  • 11