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

IIS 10 corrupts Excel file on download

I have an ASP.Net MVC application that exports data to an Excel workbook; an .xlsx file. The workbook is generated correctly on the server and Excel is able to open and display the file if I open it from the output directory (i.e.…
amber
  • 149
  • 8
0
votes
0 answers

Increased TTFB in HTTP load balance

We have our own rack in Amsterdam, Leaseweb. We do HTTP load balance (via Cloudflare) with 3 Windows 2019 IIS servers: Server 1: Bare-metal supermicro server. Runs IIS, MySQL8, and Redis. Server 2: VM on Dell server. Runs IIS. Server 3: VM on Dell…
Alex K.
  • 41
  • 6
0
votes
1 answer

Transfering ssl certificate issued by a Windows Domain Controller CA to another machine running IIS

I have two AD servers in a domain, both running Windows Server 2019, the second is a Core server configured as a RODC. I have the main server working as a Certification Authority, where I'm supposed to issue the certificates for the internal…
0
votes
1 answer

Domain name + hosting on server 2019

I have a registered domain (eg: www.mydom.example), a public IP and Server 2019. I need to set up my server in order to host my own website. I can currently browse my website externally via my public IP and this works fine. I need help with linking…
0
votes
2 answers

ERR_CONNECTION_RESET When Using HTTPS Hosted by IIS 10 and Windows Server 2019

I have a site hosted in IIS 10 on a server running Windows Server 2019. I've set up an HTTPS certificate with Let's Encrypt. Attempts to view the site with http:// work normally, but when I enter https://, I get an ERR_CONNECTION_RESET error in…
user1325179
  • 153
  • 2
  • 6
0
votes
0 answers

Turning off SSL is IIS version 10

We have a server running Windows Server 2016 with IIS 10 installed , hosting a database with a front end website attached to it which displays the data on a TV mounted in the workshop. Problem we are having it is every time the server is restarted,…
perry
  • 1
  • 1
0
votes
1 answer

Https website shows login prompt, http shows normal website

I have a new windows server that I set up IIS on. I used certify the web to install an SSL certificate on my server. The Https website shows a login prompt while non https loads the page normally. I have verified that only anonymous authentication…
0
votes
2 answers

Azure DevOps Server 2020 and http/2

I've set up https on our Azure DevOps Server 2020.0.1 and want IIS to serve the website over http/2. When browsing the website with a Chromium based browser (Chrome, Edge) all content is served over http/1.1. When browsing with Firefox static…
awineb
  • 101
0
votes
0 answers

IIS10 giving back a 401 for a svc/wcf api

Hi we have a web application that communicates to another web application using an wcf/svc API. This seems to work ok, however everyday the wcf/svc API despite actioning the request and sending the correct information back, marks it as a 401 (we can…
Richard Housham
  • 121
  • 1
  • 5
0
votes
0 answers

CRL revocation check fails yet can retrieve file

I have an IIS server on a 2016 box (IIS v10 it says) which is being used to authenticate a unix server via a certificate. I have confirmed connectivity to the internal CRL server, I can telnet to it, I can download the file, and certutil comes with…
AlexF
  • 1
  • 1
0
votes
1 answer

authenticate ASP.Net App on Azure WS2019 against Azure SQL via AAD - Access token could not be acquired No mapping between account names and securi

I try to reconfigure our ASP.Net app with .Net Framework 4.7.2 from SQL username/password Auth. to token based Azure Active Directory Authentication by using the system assigned managed identity of the VM running the Web Site. I started with…
0
votes
1 answer

Why can't I edit IIS XML configuration files with gvim on Windows 10?

When I try to open C:\Windows\system32\inetsrv\config\schema\IIS_schema.xml for example on Windows 10 Pro, build 20H2, I can always open it in notepad, but if I open it in gvim (a real editor) it pretends like the file doesn't exist. I've even run…
leeand00
  • 4,869
  • 15
  • 69
  • 110
0
votes
1 answer

Load Balance (http) nodes slower when Redis is non-local

We run a load balance with 3 Windows 2019 servers. One of them is the "master" one, serving SMB share to the other nodes, and it's also the server that Redis runs on (Redis used for sessions and cache). But this master srever is also a HTTP…
Alex
  • 3
  • 2
0
votes
1 answer

"Can’t reach this page" when browsing localhost on Team Foundation Server website host

I am using IIS10 and TFS2018, running on Windows Server 2019. What I am ultimately trying to do is set the attachment size, which would use this…
The ITea Guy
  • 321
  • 1
  • 6
  • 16
0
votes
1 answer

IIS Simple redirect rule does not work

I'm changing forum software for my website. I would like to redirect the board URLs. For example, The old URLs are example.com/forum/genika/board1 and the new URLs are example.com/forum/boards/board1 I've created this simple rule:
Alex
  • 3
  • 2