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

Let's Encrypt certifcate for MS CRM using IIS

I am installing an instance of MS CRM 2015 on-premise, on a Win 2012 R2 Server, IIS 8.5. I would like to use the Let's Encrypt service to generate certificates for crm.example.com on this server. Let's Encrypt would like to use the…
simonpa71
  • 230
  • 1
  • 14
2
votes
3 answers

IIS 8.5 server not accepting a TLS 1.0 connection from Windows Server 2003

(If you're wondering why I'm trying to enable cipher suites that are deprecated, the short answer is that it's for the few people who really can't use anything newer because they're stuck on Windows Server 2003, neither we nor them can do anything…
Jesper
  • 115
  • 1
  • 2
  • 12
2
votes
1 answer

IIS manager: stores information outside web.configs?

I was thinking that the IIS manager was simply a graphical frontend for the textual configuration files, which in turn represent the whole configuration for IIS in a hierarchical fashion. So when I edit a setting while being on the app level, I…
John
  • 123
  • 7
2
votes
1 answer

IIS cannot serve images due to impersonation?

We have a brand new Windows2012R2 server. We have installed the IIS features on it (including static content). Then we have deployed a web site on it (using copy). When we surf to the web site, HTML, CSS and JavaScript is served up just…
Klas Mellbourn
  • 357
  • 1
  • 5
  • 10
2
votes
0 answers

ORA-12154 :TNS:could not resolve the connect identifier specified

I have recently migrated one of our web site from Windows Server 2003 IIS 6.0 to Windows Server 2012 R2 IIS 8.5. The site utilises an Oracle DB via an Oracle 11g ODBC driver. An ODBC connection using the driver has been specified. The issue is…
Brady
  • 21
  • 1
2
votes
0 answers

IIS 8.5 Credentials working for windows authentication but not for basic

I have an IIS 8.5 on a windows server 2012 machine. When I enable the windows authentication (basic authentication is disabled), I can access and see the home page of IIS (http://localhost) with the credentials of a LDAP user in the same domain.…
2
votes
2 answers

IIS 8.5 with Exchange 2013 creates and sends old intermideate certificate to client

I have a problem with strange behavior of IIS 8.5. The server hosts Exchange with configured SSL of course. The problem started when I replaced an intermediate certificate of StartCom from SHA1 to SHA2. It works on all my resources but not only this…
Dreem2001
  • 21
  • 1
2
votes
2 answers

IIS Load Balance with 2 servers

I have two servers that I would like to use to load balance an application. Ideally, but not a requirement, I could load balance based on URL. But based on my research, that is not something that is done much. My plan was to use CloudFlare's dns…
bladefist
  • 355
  • 1
  • 3
  • 13
2
votes
5 answers

IIS Port 443 and NT Kernel & System

I need to have sites running through IIS at port 443 and port 80 but these two ports are used by a System process (PID 4) with a description of NT Kernel & System after I run the netstat -aon command from an elevated command prompt? What is the…
Ben
  • 31
  • 1
  • 1
  • 2
2
votes
1 answer

Are Application Pools Generally Larger In IIS 8.5 vs IIS 7.5?

We recently moved our websites from IIS 7.5 to IIS 8.5. We did not change any of the code in the websites The app pools are identical in configuration We are running ~70 sites on this server The old server had 6 gig of ram, dual 2.4 GHz…
2
votes
1 answer

IIS 404 redirect is ignored

So I have a very basic site that's hosted in IIS (for now just straight raw html with no .Net code) In my web.config I have the following:
Robert Petz
  • 545
  • 1
  • 5
  • 9
2
votes
2 answers

Stop IIS 8.5 from listing on Port 80, but still listen on port 443 for specific IPs

A have an application server that serves a number of IIS 8.5 applications on a number of IP's. Some use port 80 only, some use port 443 only, some use 80 & 443. For the sites that use 443 only, we do not want IIS to listen on port 80 for those IP…
Curtis
  • 21
  • 1
  • 2
2
votes
1 answer

IIS8.5 Centralized Certificates: using more specific wildcard?

I've set up Centralized Certificates on my IIS 8.5 (Windows 2012 Standard). I have the following certificates available, among others: CN=*.dev2.pressero.com, OU=Domain Control Validated CN=*.pressero.com, OU=Domain Control Validated I set up a…
Ross Presser
  • 453
  • 6
  • 22
2
votes
2 answers

Command line to set up SNI on IIS for Windows 2012

I'm trying to complete the automated build script of my web server, which runs Windows 2012 and has two SSL websites, each with its own digital certificate. I am using SNI, which works fine when I set it up manually, but when I use APPCMD to set up…
Ads
  • 21
  • 1
  • 3
2
votes
1 answer

How to script IIS to deliver a static ressource with a custom error code?

I have an IIS 8.5 running a RESTful ASP.NET 4.5 WCF service as application on Windows Server 2012 R2. During maintenance of the service, I want all requests to the WCF Service (https://server/path/service.svc/whatever/path) to result in a custom…
muffel
  • 342
  • 7
  • 21