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

IIS - Request filtering - failed request tracing not showing blocked file exentension

I have enabled the Failed Request Tracing in IIS 10. If I'm disabling the allow unlisted file name extensions within the request filtering, then the failed request logs are generated. I can only see the 404 status, but there is no information about…
Phoniex
  • 13
  • 2
1
vote
1 answer

Why does cs-host field in my IIS logs contain IP address & port instead of hostname?

Question summary: Does URL Rewrite / Application Request Routing within IIS mean that the cs-host field no longer logs the request hostname and instead logs the target server ip & port? If so, how can I log the hostname in my IIS logs? Question…
Rory
  • 482
  • 5
  • 12
  • 22
1
vote
0 answers

ARR works for Non-SSL, but fails for SSL

Windows Server 2016, IIS 10 I'm trying to setup a zero downtime code promotion environment and using a server farm on the same server to do this per some other articles I've found as an example. I'm a developer, not a Windows Admin, so I'm…
crichavin
  • 121
  • 1
  • 5
1
vote
0 answers

Cannot Install SSL Certificate. Certificate keeps disappearing in IIS

I am trying to install godaddy's SSL certificate on Windows Server 2016. I did everything on the MMC console and everything looks right. I followed all the steps from this website…
1
vote
2 answers

Using FTP on IIS in passive mode both for internal and external network

We have an server in our DMZ running Windows Server 2016, with IIS are are having some issues using FTP in Passive mode from our internal network. We want to be able to use this both from our inside network, as well as from outside our network. At…
1
vote
0 answers

Adding a user to "IIS Manager Permissions" using PowerShell

I have a PowerShell script that installs IIS & WebDeploy among other things on a Windows Server 2019. I am aware that I can grant permissions to IIS Manager Permissions…
dmce
  • 111
  • 4
1
vote
1 answer

using appcmd to set physical path of a website

How can I use appcmd in IIS7 to set the physical path of a website? Something like... appcmd set site summit /[path='/'].path:c:\newpath
John Livermore
  • 303
  • 1
  • 3
  • 8
0
votes
0 answers

will a shutdown of a worker process for pool a affect pool b

I have two pools running on the same server. I noticed one of them is configured to a 20 min idle timeout, and the other is 180 mins. I can see this message in event viewer: "A worker process with process id of '1964' serving application pool 'A'…
chris c
  • 101
  • 2
0
votes
0 answers

Giving IIS access to files shared from a mac

I'm relatively new when it comes to network administration, but I have put in many hours of research and effort before asking this question. I know my question is similar to many others, but I don't believe it is a duplicate. My apologies if I'm…
Grant
  • 11
  • 1
  • 3
0
votes
1 answer

New IIS 10 binding not working

I had my live site working with the name: mysite.domain.com and I created a brand new server hosting my test site: mysite-test.domain.com My new site is finally ready so I changed the DNS entry of mysite.domain.com to point at the new test site.…
Hawke
  • 45
  • 1
  • 1
  • 8
0
votes
0 answers

Masking URL in Address Bar in IIS

I am not an expert in IIS and would really appreciate your help if this is something that can easily be resolved. We have a web server on an intranet domain to which users are directed by the DNS when they go to https://application.intranet.com. …
0
votes
0 answers

Unable to access IP number of Web Site created in IIS-10

I have created a web site in IIS-10 Windows Server2016. My server has a public valid IP. I have no problem loading that web site in same server. But I can't reach that web site from a client browser. http://173.2xx.14.1xx:82/ What is missing? I…
Delmonte
  • 301
  • 1
  • 7
  • 19
0
votes
1 answer

IIS 10 - make domain user server manager

Is there a way to make a non-privileged domain user (who is not in the Administrator group of the server nor in Domain Administrator group) server manager of IIS 10 (Win Server 2016)? I only managed to make that user site administrator. Searching on…
J.B.
  • 315
  • 8
  • 23
0
votes
1 answer

Script isn't served compressed from IIS

I have IIS 10 running on Windows 2016 (I see exactly same behavior on Windows 2019). I enabled static compression. I can see that the browser (Chrome) sends accept-encoding: gzip, deflate, br. I can even see that a compressed version is generated in…
Felix
  • 543
  • 5
  • 10
  • 23
0
votes
1 answer

Windows setting Http2MaxSettingsPerMinute - counted per connection or server-wide?

In article https://support.microsoft.com/en-us/help/4491420/define-thresholds-on-the-number-of-http-2-settings-parameters-exchange, Microsoft describes two new Windows registry settings to address an issue in which a malicious HTTP/2 client can send…
M Herbener
  • 103
  • 3