The version of Microsoft's web server that comes with Server 2012 and Windows 8. It adds support for multiple SSL-certs for a single IP (SNI), web sockets, Application Initialization.
Questions tagged [iis-8]
348 questions
0
votes
0 answers
IIS URL Rewrite username logging
We migrated a SQL SSRS server from one machine to another. In order to make it so that everyone's shortcuts and favorites to specific reports still work, I shut down the old SSRS server and created an IIS site on that server that uses URL rewrite…

Glenn Sullivan
- 1,368
- 9
- 17
0
votes
0 answers
IIS 8 not serving HTTPS Securely for chrome (even with legit certificate)
I am developing an Angular 6 PWA served on IIS 8 (windows server 2012 R2) but i am facing various issues with https certificates: google chrome (both the android and desktop version) warns me that the cipher i use it's obsolete (i already tried to…

illeb
- 101
- 2
0
votes
1 answer
Can I double catch-all http-requests in IIS 8?
Cutting the fluff: Wildcard Host Header Support, is that possible in some way in IIS 8 for subdomains?
I know, it's a bad design which is why I keep the original question below to explain why...
I have two domains, example1.com and example2.com and…

Wim ten Brink
- 1,055
- 1
- 6
- 13
0
votes
0 answers
Windows authentication with multiple domains
I have an ASP.NET web application with windows authentication setup, hosted on IIS8 on Domain-A. I have users from Domain-B who need to access to the above application.
AFAIK, both these domains are in same forest. I am not sure if they have trust…

Jags
- 1
- 1
- 1
0
votes
1 answer
Azure load balancer
I have an on prem web server we want to make high availability. We was looking at iis arr.
if we setup another iis web server at a different site and setup dfs to replicate content, i would like to know if we can setup an azure load balancer to talk…

nematrust
- 3
- 1
0
votes
1 answer
IIS 8 : "information about PHP cannot be obtained due to invalid IIS configuration"
See error below.
How to resolve?

Jonesome Reinstate Monica
- 5,445
- 10
- 56
- 82
0
votes
1 answer
How can I find video files on an internal IIS web server? Explorer not showing anything
I've been tasked with taking (what I think are) .WMV files and uploading them all to Vimeo. However, I cannot seem to even find the files. The file paths are kind of being "obscured" so to speak by JavaScript: hovering over the video links only…

KidACrimson
- 330
- 1
- 10
- 26
0
votes
1 answer
URL Rewrite Not Firing Properly
I had an url rewrite rule configured at IIS Root (ApplicationHost.config) that redirects www.example.com to HTTPS. The URL Rewrite configuration is setup on an IIS Instance behind a Public Load Balancer of our hosting where our SSL is installed by…

Bagus Tesa
- 123
- 1
- 1
- 7
0
votes
1 answer
IIS Web Farm not processing request
I have setup a IIS web farm using Windows Server 2012 R2 Standard, IIS 8.5 with the following extensions: Web Farm Framework v1.1 External cache v1.0, URL Rewrite v2, ARR v3.
Ref:…

ilovetolearn
- 175
- 7
0
votes
1 answer
SSL Certificate - Signature Verification Failed Vulnerability
We ran PCI DSS External Vulnerability Scan on our website and the scan failed with many vulnerabilities, all of them are PCI severity: Low except one medium and another one high.
The high one is:
Threat: An SSL Certificate associates an entity…

Amr Elgarhy
- 243
- 3
- 7
- 22
0
votes
1 answer
Should a user profile be generated prior to use it as IIS Application Pool identity?
When using a custom profile as identity for an IIS (7.5, 8.0) Application Pool - is one supposed to login with this account on the related server in order to create a user profile beforehand?

Joey
- 109
- 3
0
votes
1 answer
IIS 8 on Windows 2012 R2 asks client for a cetificate
I have newly installed Windows Server 2012 R2 with IIS 8. I have added a SSL certificate through pfx file and when I try to access the site with browser I get this promt that asks client for certificate. It happens in Edge, safari and chrome. This…

Pedro
- 101
0
votes
1 answer
Is it possible to log systems memory and cpu usage using iis logs?
I have a requirement to motiror what was the CPU usage and memory usage of the system when perticular request came.
Is it possible using IIS logs or any other method/tool to do so?
We dont want the usage of IIS process we want the usage of whole…

user396530
- 21
- 1
- 1
0
votes
1 answer
All past day IIS log files are empty
In IIS8, only the currently active log file has data in it. All other log files show 0kb. Has anyone run into this before? The disk these are written to has > 60GB free

BZink
- 101
- 3
0
votes
1 answer
IIS Application to exclude "bin" directory
We're trying to setup IIS as a WebDAV server, using a new "app" created in IIS and available at http://servername/Shares/. This "app" points to a folder on the local server that is also shared through Windows Sharing as \servername\Shares. (I keep…

jimtut
- 217
- 1
- 3
- 13