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
1
vote
1 answer

Force download of PY files in Edge and IE

Clicking on a link to a PY file in Google Chrome downloads it as desired but doing so in Microsoft Edge and Internet Explorer simply views it. Is this an issue with the web browsers or the web server? If the latter, how can IIS 10 be configured to…
mythofechelon
  • 905
  • 3
  • 24
  • 42
1
vote
1 answer

IIS Windows 2016 ecdsa signed certificate

Does anyone know if IIS supports certificates signed with sha256ecdsa? If viewed with openssl, i have the following parameters: Signature Algorithm: ecdsa-with-SHA256 Public Key Info: NIST CURVE: P-384 The problem is with this certificate I can't…
Fionn
  • 475
  • 5
  • 15
1
vote
1 answer

IIS sc-win32-status 64 when using url rewrite over https and ColdFusion

I've run into a very specific and annoying problem. It involves all of the following: Windows Server 2016 (IIS 10) Url Rewrite Module ColdFusion 2016 https When a rewrite rule is triggered to point to a ColdFusion (.cfm) page, the page seems to…
1
vote
0 answers

Using HSTS with Sub Domain Forwarding

Scanning a website using https://observatory.mozilla.org gives me the following error: Initial redirection from http to https is to a different host, preventing HSTS. Question Is this a genuine issue with my setup, or a bug in the tool where it's…
JohnLBevan
  • 1,214
  • 7
  • 22
  • 46
1
vote
1 answer

Subdomains starting with wildcard

I want to achieve this behavior on IIS 10 and GoDaddy DNS servers. I have three servers handling three applications, first two are working fine, but having trouble with the third one: All www.example.com and non-www.example.com traffic goes to one…
Basilf
  • 113
  • 2
1
vote
0 answers

How to automatically redirect on access denied errors (401) in IIS?

I have the following issue with a Web Site deployed within IIS: The web site uses Windows Authentication only and the domain controller serving the application is not stable. Due to configuration issues (no redundant DC configured), the application…
Alexei
  • 202
  • 3
  • 11
1
vote
1 answer

IIS 10 website with hostname served by Default Web Site

I have configured some websites in IIS on my Windows VPS. When I am accessing this subdomain installer.app-wards.com from the server, it's going to the wwwroot folder from Default Web site instead of the physical path I have configured for the web…
Peekyou
  • 113
  • 4
1
vote
1 answer

IIS multiple sites with separate SSL certificate for each - they all use the same one

Using IIS 10, I have 3 websites with 3 different hostnames, but the same IP address and port, and each of them has their own SSL certificate. In the bindings I can see that each has the correct certificate attached (When I click View I see it's the…
pileup
  • 229
  • 2
  • 9
1
vote
1 answer

How to use AD CS to auto-renew certs for securing IIS websites that use SNI?

I have AD CS which automatically provisions and renews machine certificates for servers bound to the directory. (There is a certificate template which controls this auto-issuance.) I have an IIS server bound to the directory which serves some…
NReilingh
  • 484
  • 3
  • 9
  • 24
1
vote
1 answer

IIS: Multi level subdomain with wildcard not resolving

Let's say I have a website - example.com. If I create a binding in IIS, with *.example.com then abc.example.com works. However, abc.in.example.com doesn't work. It gives me 404 status code. Any suggestions.
Tushar
  • 133
  • 1
  • 7
1
vote
1 answer

Force https on all website except one on IIS

I followed this example "Best way to redirect all HTTP to HTTPS in IIS" for redirecting to https and it worked great. I just have one website that is the exception. It has a few non-https map references that prevent the site from loading correctly…
ErocM
  • 226
  • 7
  • 23
1
vote
2 answers

IIS -- procedure to ensure new version of deployed web app is the one actually used

I am using IIS, Version 10 on Windows Server 2016. When I deploy a new Web app it goes under "Sites" with an organization of: ServerNameA and then several sites, including MySiteA, which uses ApplicationPoolA. After successful deployment, I can…
1
vote
0 answers

IIS 10 - Windows Authentication error - Cannot login some user!

I've a IIS 10 service on a Windows Server 2016 in the domain. There is a website with Windows Authentication. The rule monitors that the incoming user is a member of the AD\xy group or not. If member of the AD\group, then the user is can login into…
1
vote
0 answers

IIS randomly returns 200 (instead of 503) when `app_offline.htm` is present

I have a site served using IIS, and when I am performing my periodic maintenance I put an app_offline.htm file at its root (this is necessary to indicate to google and other bots that the site should not be indexed) However IIS randomly serves the…
Aviad P.
  • 103
  • 1
  • 9
1
vote
0 answers

How do I configure IIS so that websocket conenctions are handled by an external program?

I can't really get my head around how websockets are configured and expected to work on the server. In my case I have a machine (Windows 10) running IIS. On that machine I want to place my own websocket server application (WS-Server.exe), which…
Magnus
  • 111
  • 4
1 2
3
10 11