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

Central Certificate Store Failures and Logging

I've got IIS 10 on a Server 2019 instance with a Centralized Certificate Store configured. The CCS looks valid in IIS. Certs are loaded and display no warnings or errors, but requests to any site returns a TCP reset. If I manually install the cert…
Joel
  • 133
  • 1
  • 3
  • 8
2
votes
1 answer

Limit a single users FTP access on IIS10 to a IP address

Can I limit a user so they can only access my FTP server from a set IP address whist allowing other users to access the FTP from anywhere? I have a Windows Server 2019 server running IIS 10 with an FTP site setup on it. the FTP server has Ftp User…
Re0sless
  • 123
  • 5
2
votes
0 answers

IIS stopped serving static content over a certain (small) size

I'm really hoping somebody can help apply some sanity to this IIS issue that has been driving me crazy. I seem to be experiencing the same problem as the poor soul in this thread: https://forums.iis.net/t/1240175.aspx - IIS will not serve static…
K. Meke
  • 121
  • 1
2
votes
1 answer

Why is IIS NOT reading/using the site's Web.config, while IIS Manager is correctly accessing the Web.config?

After "more time than was prudent" debugging an issue with handlers not being applied correctly, I've determined that the SiteRoot/web.config shown in IIS Manager is not actually used by IIS. How do I know this? I've replaced Web.config with invalid…
user2864740
  • 131
  • 1
  • 6
2
votes
1 answer

IIS - Request filtering is configured on the Web server to deny the request because the content length exceeds the configured value

(For starters, I have found a lot of info here on SO, and have followed a lot of the information to no avail.) I am getting the following error when I upload multiple files to the server. HTTP Error 404.13 - Not Found The request filtering module…
CodingEE
  • 101
  • 1
  • 1
  • 9
2
votes
1 answer

Integrated Windows Authentication, Azure Active Directory and an AAD Joined Azure VM

I'm hoping someone maybe able to help by either helping identify what I'm missing, or confirming if indeed it's possible. Background We have a new Azure VM with Windows 2019 Datacenter on and IIS installed. The machine is Azure AD Joined. I can…
2
votes
1 answer

"Access is denied" error when starting the Web Management Service

I am trying to set up Web Deploy on an IIS 10 server running on Windows Server 2019. The Web Management Service must be running in order for this to occur, but it will not start. I installed the Windows feature and can see the appropriate Windows…
2
votes
2 answers

IIS 10 how do I remove internal IP address from response headers

IIS 10 on Windows Server 2016. All current patches are installed. A recent PCI scan claims that the internal IP address of the server is being leaked in HTTP headers. Unfortunately, this scanning company does not give you any details as to how they…
CB_Ron
  • 338
  • 2
  • 10
2
votes
1 answer

Generate end-entity certificate with OpenSSL for localhost on IIS

I would like to ask how to generate end entity certificate based on my own CA root certificate? I've generated root CA this way: openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \ -keyout example.key -out example.crt -subj…
bug_2
  • 31
  • 1
  • 5
1
vote
1 answer

Do I need to reset IIS after sharing WebApp folder on the web server?

I've recently installed new web application software onto a new server (Win 2016, IIS 10.0). When I access the webpage not all the items load up and I get http 401.2 errors on those items that failed to load - I suspect it is because I haven't…
1
vote
1 answer

http.sys LimitExceeded error

We have an ASP.NET Core 3.0 application hosted behind IIS on Windows Server 2016. Under heavy load (5,000+ concurrent users) we start to get 503 errors with the message "The service is unavailable." I checked the logs at…
SepehrM
  • 111
  • 4
1
vote
1 answer

Connecting to a web server with 2 way SSL enabled doesn't prompt for certificate in any browser and returns 403.7 error

I've been trying to set up a website with 2 way SSL in IIS 10. It's not going so great. Already have a domain I got through NameCheap, and have DNS through CloudFlare (DNS only, no proxy). The server has a certificate for that domain which I got…
1
vote
0 answers

What is "V4+agent" in IIS logs?

I'm seeing log entries in IIS's log files such as the following. Not sure where they are coming from, but the user agent is "V4+agent". 2019-08-04 22:28:45 127.0.0.1 GET /api/passphrase - 443 - 127.0.0.1 V4+agent/1.0 - 404 0 2 0 2019-08-04…
Josh M.
  • 679
  • 1
  • 10
  • 21
1
vote
0 answers

Getting 302 error from IIS 10 when uploading html file

On one of our client's server we are getting 302 Object Moved only when uploading html file. On same server I can upload other file types e.g. excel. Application is working fine on other machines so it is related to one specific server and only with…
Haris
  • 111
  • 1
1
vote
0 answers

IIS: The loghttp module in the worker process with id 'm' removed custom log data for 'n' request(s) which was not claimed by the W3C Logging Service

Please note, this is a copy/cross-post from forums.iis.net. On various IIS 10.0 web servers (build 14393 and 17763), we have enabled customFields for "to help identify weak TLS usage" For a couple of servers, this works and new logfiles are create,…
Jan Reilink
  • 111
  • 1
  • 2
  • 8
1
2
3
10 11