Questions tagged [iis-8.5]

IIS 8.5 is the version of IIS that ships with Windows 2012 R2, and Windows 8.1.

IIS 8.5 is the version of IIS that ships with Windows Server 2012 R2, and Windows 8.1.

IIS 8.5 includes several new features not found in IIS 8.0 or lower:

  • Enhanced logging. An administrator can enable the logging of additional custom fields from request or response headers, or from server variables.
  • Logging to event tracing for Windows. An administrator can enable the sending of logging information to Event Tracing for Windows (ETW).
  • Dynamic Website activation. If there are a large number of configured sites (100 or greater, by default), the service will not activate any of the sites when the service is started.
  • Idle Worker Process Page-Out. An administrator can enable an idle worker process to be suspended rather than terminated.
353 questions
3
votes
1 answer

IIS8 Application Pool Identity with Integrated Security to a SQL Server in a non-trusted domain?

Here is the scenario that we are experiencing and why we are trying to solve this: We are a consulting company that support a particular third-party software application for a number of clients. The application is written in ASP.NET and runs on IIS…
ACummins
  • 33
  • 4
3
votes
1 answer

Is it possible to redirect a URL from HTTP to HTTPS on the same port for IIS?

I have a website located on a custom port number in the server. Currently, it is serving the users using HTTP. I was wondering if it is possible to redirect from HTTP to HTTPS while still reusing the same port number in IIS. E.g…
amsga
  • 71
  • 2
  • 9
3
votes
1 answer

When should I not use IIS 8.5's automatic cert rebinding feature?

I had asked this on StackOverflow, but the community didn't think it was closely related enough to programming. In IIS 8.5, there is a feature title "Certificate Rebind" that shows up in IIS as "Enable Automatic Rebind of Renewed Certificate" on the…
3
votes
2 answers

Add Website Host name - should I include www prefix?

When adding a new website to IIS, the Binding section requires the host name, and gives an example as: Example: www.contoso.com or marketing.contoso.com When creating my website for zuggler.com, when should I include the www prefix? Note that I…
Jonathan Wood
  • 247
  • 1
  • 3
  • 11
3
votes
0 answers

Confluence (Synchrony) using websockets behind IIS8 can't copy or insert large blocks of text

I've got a Confluence 6.1.0 setup running behind an IIS8 reverse proxy doing SSL. Everything works except for one small problem. When I try to copy a three or four paragraphs of text, attempt to copy a table, or attempt to insert a new table larger…
meeper
  • 43
  • 4
3
votes
1 answer

IIS 8.5 FTP - "501 Server cannot accept argument" in response to PORT command

I am running IIS 8.5 on Windows 2012 R2. I created an FTP site to use port 8021 and when trying to connect using FileZilla (plain FTP), I get the error message "Connection timed out after 20 seconds of inactivity. Failed to retrieve directory…
Asela
  • 91
  • 1
  • 1
  • 11
3
votes
0 answers

How to properly set up IIS 8 application pool memory limit without triggerring often recycles?

I am trying to put a limit to the memory used by an application pool within IIS 8.5. My problem is that if I put a limit that looks significantly greater than the typical memory usage, it is recycle once in a few minutes. Context information comes…
Alexei
  • 202
  • 3
  • 11
3
votes
1 answer

IIS8.5 woff2 Mimetype 404 on some pages

Added the woff2 MimeType at server level on an IIS8.5. The woff2 fonts are loaded on the home page and some pages, however doesn't load on some other pages. Any ideas on what could be causing this ? The site is a wordpress site.
joebegborg07
  • 809
  • 5
  • 14
  • 23
3
votes
1 answer

Enable non-admin remote access to IIS Manager

I have a server running Windows Server 2012 R2 with IIS 8.5. I've configured it for remote management, and I am able to successfully connect to the IIS mangement service (on this server) from another computer, as long as I login with an "admin"…
jimtut
  • 217
  • 1
  • 3
  • 13
3
votes
2 answers

Certificate Error before redirecting to correct name

Using IIS in Windows server 2012 R2. I have a website which can be reached at url.com and www.url.com. I have https://url.com set up using https://letsencrypt.org/. I want to redirect all incomming requests to https://url.com/{path} That is, it…
JensB
  • 259
  • 1
  • 3
  • 15
3
votes
1 answer

How to debug error 503 without a trace?

I am working on a large web application with a C# backend. In the development setup, the application is served via an IIS 8.5 instance on my machine. Since recently, I cannot log in any more. I still get the log in form, but once I click Log in…
O. R. Mapper
  • 153
  • 1
  • 2
  • 9
3
votes
2 answers

IIS Performance Issues with Flat Files (html, css, js)

We're running an Windows 2012R2 VM with IIS 8.5 with the purpose of serving out flat files, no ASP.NET or other dynamic content is in use. The server is configured to map 5 sites to the same IP & port filtering on FQDN and only serving HTML, JS, and…
aetherwalker
  • 31
  • 1
  • 3
3
votes
2 answers

Setting up IIS 8.5 - Security practices

This is the first time I'm setting up an IIS installation and i want to make sure to provide maximum security. Some questions were popping into my mind while setting up: Note that this server hosts external websites which have about 50 Users…
SimonS
  • 767
  • 3
  • 13
  • 28
3
votes
1 answer

Clone identical cipher suite from Apache2 on linux to IIS 8.5 in Windows Server 2012r2

Intended result: To have identical cipher support in IIS 8.5 (new server), as I have support for in Apache 2.4 (the server I want to copy the supported ciphers from). ssllabs.com info : Apache 2.4 gives A+ rating with Robust FS support and support…
Kraang Prime
  • 195
  • 1
  • 1
  • 10
3
votes
2 answers

Windows Server 2012 R2 curious behavior with hosts entry

TL;DR ...our domain policy silently force pushed the LAN settings (including the proxy reference) to my machine on a predefined interval, which happened to be while I was developing but after I had manually disabled the proxy. Since I knew for a…
K. Alan Bates
  • 223
  • 2
  • 12
1 2
3
23 24