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

Why can't my internal IP addresses be granted access from IIS 10 IP Address and Domain Restrictions?

Why can't my internal IP addresses be granted access from IIS 10 IP Address and Domain Restrictions? Backstory: I have implemented IIS 10's IP Address and Domain Restrictions to block access to one particular website for all but an authorized set of…
jlavallet
  • 101
  • 3
0
votes
0 answers

Speed Up Self Hosted Wordpress Website

I have a DL360 G8 rack server, and I decided to self host my website on it, (on a virtual machine of course). The server itself is pretty kitted out, with dual xeons, Raid 0 drives, and 32 GB Ram (6GB Allocated to the VM). The Server is running…
0
votes
1 answer

What does ClientCancel mean in the HTTPERR log

In our IIS log files, I noticed on occasion there are pageviews missing. Further investigating this issue I took a look at the %systemroot%\System32\LogFiles\HTTPERR log files. Here I found that the pageviews missing have a 'ClientCancel' message. …
Nebu
  • 147
  • 1
  • 1
  • 7
0
votes
1 answer

URL rewrite redirect not working

I have figured out URL Rewrite is probably broken hence why i have another problem with it redirecting DNS my IT is giving me so i made a very simple test case which doesn't work either so i am trying to fix this issue currently appearing on a…
Franck
  • 125
  • 1
  • 1
  • 9
0
votes
0 answers

IIS Server farms with multiple DNS

I have a single Windows Server 2016 with IIS 10.0. I use ARR for Server Farms to have a Blue-Green deployment. What i did is create 2 website with each their own folder on disk which are blue and green. I then setted up the farm with 2 server green…
Franck
  • 125
  • 1
  • 1
  • 9
0
votes
1 answer

Track outgoing bandwidth usage of single IIS website on my VPS

I want to track OUTGOING bandwidth consumption from a single website in IIS to my site visitors (no internal traffic), e.g. CSS, images, HTML. The reason is that I want to know which package would be applicable to me when running my website via a…
Adam
  • 247
  • 3
  • 4
  • 16
0
votes
0 answers

IIS is overloaded with service requests

I have a Windows 2012R2 server with IIS10 on it. We've been running a wfc service on it for a few years but lately it's giving time out messages. I looked at the performance monitor and it shows quite a few requests in the queue. If I understand…
ErocM
  • 226
  • 7
  • 23
0
votes
2 answers

What is the cause of Windows Server Event ID: 15021?

I have 4 identical Exchange 2016 servers. A little over a month ago, I renewed my wildcard cert on all 4 servers and assigned it to services IIS and SMTP -- on all 4 servers. Today, I noticed that one of the 4 is throwing Event ID: 15021 An error…
pmo051
  • 19
  • 1
  • 1
  • 4
0
votes
0 answers

Multiple ssl certificates with one ip and same port but different host headers is having problems in one domain (IIS 10)

I have post this question in stackoverflow, but seems not quite get the solutions. So I think serverfault will be more appropriate place to ask the question. I have iis 10.0 which host two domains ssl cert, say 1 is www.rtx.com and the another is…
0
votes
2 answers

IIS 10 Application Pool Memory Management

I have a requirement to configure several settings in my IIS application pools away from their defaults, but I am not finding great guidance nor am I having much luck with trial-and-error experimentation. I have two application pools in use. One…
0
votes
1 answer

how to set alternateHostName to all websites on iis 10?

this refers to CVE: CVE-2000-0649 appcmd.exe set config "SiteName" -section:system.webServer/serverRuntime /enabled:"True" /commit:apphost appcmd.exe set config "SiteName" -section:system.webServer/serverRuntime…
Dani
  • 531
  • 3
  • 11
  • 24
0
votes
0 answers

IIS 10 - HTTP to HTTPS redirect then route to Server Farm (ARR) - too many redirects

I had a url rewrite rule in the web.config of one of the sites on our server. But we are implementing a server farm with sites on the same physical server to enable "hot swap" deployments, as outlined here. I found this link, which seems like it…
crichavin
  • 121
  • 1
  • 5
0
votes
2 answers

How can i browse a website locally with IIS manager?

I have a website, hosted on server named "A". (production, the nameservers point at this server) I just purchased a VPS server, named "B". (test, no nameservers pointing anything) On the second server I have setup within IIS, the same website as in…
OrElse
  • 103
  • 1
  • 5
0
votes
1 answer

Connect to FTP server without using hostname

I have a VPS with IP address: 54.432.212.12 There are multiple sites running on it. My IIS FTP site bindings are: Site 1 Bindings: 54.432.212.12:21:www.mydomain.com Physical Path: E:\mydomain\wwwroot Site 2 Bindings:…
Adam
  • 247
  • 3
  • 4
  • 16
0
votes
1 answer

IIS Showing Application Request Routing Cache But Not Application Request Routing

I'm attempting to set up some reverse proxy rules using Application Request Routing. However, when I open IIS, I can only see an option for "Application Request Routing Cache" not the actual "Application Request Routing". I've tried re-installing…
Nick Heidke
  • 125
  • 1
  • 8
1 2 3
10
11