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

notification call to IIS

I have a notification application, X company make some calles to my domain, last 2 weeks we lost those calls and I am trying to figure out if calls can reach to my IIS. their system supposed to retry every 15 min. so how can I check if any calls to…
Mert
  • 99
  • 1
-1
votes
1 answer

High CPU being caused by garbage collection in w3wp.exe

I am having a problem with High CPU happening on my my website in IIS8. This happens randomly and not very often but it does happen especially when the load is heavy on the site. The only way to stop it is to End Task on the w3wp.exe process and…
exposure
  • 273
  • 1
  • 5
  • 10
-1
votes
1 answer

FTP Port Protocol Type

I recently switched to a different VPN provider, therefore did a fresh server installation. Before I proceed, please keep in mind that I am not super experienced with server stuff. I am having a problem with my FTP server installation. Even though I…
Mein Hat
  • 3
  • 1
-1
votes
1 answer

https only works for https://localhost, not from outside

It worked yesterday. This morning I added the asp.net users/roles database to an aws rds instance. Works fine on my computer, but when I deploy it to an aws ec2 server(windows server 2012, iis 8.5) the https doesn't work. I don;t think i did…
v1dar
  • 3
  • 2
-1
votes
1 answer

How to overcome IIS message exceeds the request content length in php

I am using phpUploader on IIS8.5. I have the php upload set to 20mb and I have the site set to:
ErocM
  • 252
  • 7
  • 22
-1
votes
1 answer

Concerns about Migrating from IIS6 to IIS8

We would like to migrate our websites from IIS 6 to IIS 8. I would like to understand if I could face any "additional" compatibility issues when we migrate to IIS 8/8.5 as opposed to IIS 7.
Vincent
  • 9
  • 1
-2
votes
1 answer

IIS on Domain Server, Cannot Access To Website from Remote

I recently rent a virtual server over some country, and activate it's ISS service and Active Directory.... What now bother me, though i had no idea what i'm doing (though most of it went right) is that, i had a project (MVC 5, Dot Net 4.5),... so i…
Hassan Faghihi
  • 141
  • 1
  • 11
-5
votes
1 answer

Why do we frequently have to re-start the default web site to prevent errors 500 after a page edit?

We make frequent changes to web pages in virtual directories on our IIS 8.5 site. Many times after editing, the server responds with 'Error 500'. To resolve this, we restart the entire 'Default web site'. Is there a fix for this or are we doing…
1 2 3
23
24