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

All of my .html pages give a 500 error. All .php files work fine

I just stepped over from IIS 5 to IIS 8.5. I had trouble installing ISAPI Filters and FastCGI but I managed to get almost everything working. The only problem I'm facing now is that all of .html pages will give me a 500 error. Underneath here is the…
JKL
  • 111
  • 3
1
vote
1 answer

Slow Upload to IIS Server

I have a Windows Server 2012 R2 running on an Amazon EC2 instance with IIS 8.5. It hosts a web application, and a custom WebDAV server that interacts with the same database as the web application. I did some speed tests uploading files via the web…
jjspierx
  • 61
  • 1
  • 7
1
vote
1 answer

Can the ETW Provider: Microsoft-Windows-IIS-Logging be installed on a Windows workstation?

I'm attempting to use Microsoft Message Analyzer version 1.3 to perform a live trace on an IIS 8.5 server. I'm an admin on my Windows 7 workstation and the target server. Each remote provider I want to attach to must also be installed on my machine.…
Eric H
  • 748
  • 4
  • 10
1
vote
0 answers

Why doesn't my IIS module mapping configuration show up in applicationHost.config?

I have the following structure: myServer Sites Default Web Site myVirtualDirectory myApplication <- added to handler Mappings here Under "myApplication", I have added an IsapiModule to a specific dll.…
1
vote
0 answers

Is there a list of server error codes for IIS BITS Uploads or a definition for 0x80070585 ("Invalid Index")?

I've got IIS 8.5 running on a couple of servers with BITS uploads enabled on a virtual directory. Looking through the logs, I see several different sorts of errors where it says (bits_error:{GUID},500,0x80070070) or some other error code. I'm able…
Jay Carlton
  • 133
  • 7
1
vote
1 answer

It's possible to log the binding failures?

I want to know if it's possible to log the requests that hit a server with a host header different than the bindings that I have configured in the server.
Miquel Àngel
  • 75
  • 1
  • 4
1
vote
1 answer

Windows Server 2012 R2 IIS Weak Ciphers Reported After Lockdown

I am having issues getting a windows server 2012 R2 64-bit box locked down. I used a tool called IISCrypto to make the box FIPS 140 compliant. I have manually checked the registry entries and all the weak ciphers look disabled but Retina Network…
cjm4189
  • 13
  • 1
  • 1
  • 3
1
vote
1 answer

Distinguishing called URL for response rewriting for tomcat app via IIS ARR reverse proxy

Hi to the community at Serverfault! I have an issue while trying to configure my IIS to open the respective manager APP on two Tomcat Servers on the same machine. When I call the sites directly via http://servername:8081/manager and…
1
vote
2 answers

Would upgrading my server specs make my app faster?

I'm launching a web app, which is currently in beta running on a "Lite" VPN account from my hosting provider. It has 2 cores and 1GB RAM. I have only about 10 users now but Im considering whether I should just boost up the server to the "Pro" setup…
1
vote
2 answers

How to remotely recycle an application pool of IIS 8.5?

Can I remotely recycle a certain application pool of IIS 8.5 on Windows Server 2012 R2? I want to trigger this when logged onto another computer running Windows 7 with a domain user account that is in the admin group of the remote server.
muffel
  • 342
  • 7
  • 21
1
vote
0 answers

Date Header always has the same date

I have a server running Windows 2012 with IIS 8.5 that is hosting several sites. For every response that is returned from a client request to any of the sites the Date header has the same value: Key Value Date Wed, 09 Mar 2016 17:07:56 GMT I…
Sanpopo
  • 143
  • 1
  • 6
1
vote
0 answers

WINSRV | Unable to remove Remote Desktop Service Web Access (0x800f0922)

I have a big problem, because I can't uninstall the Remote Desktop Service Web Access role. I am always getting error code 0x800f0922. When I want to uninstall it with IIS, my server restarts and says service error - reverting. I have already…
1
vote
0 answers

ASP MVC Applicaiton hangs suddenly in IIS 8.5

We have 3 Servers One is for infrastructure like domain server and 2 servers with an ASP MVC and a webapi site. A maanged load balancer balances the load to server 2 and 3 For many monthes everything works fine, but since the last weeks we notice…
Boas Enkler
  • 237
  • 2
  • 10
1
vote
2 answers

AccessViolationException, IIS

we are 4 developers (not professional server administrators) and running 2 servers with IIS 8.5 (Windows server 2012 R2) and ASP.NET 4. Multiple times per day we get this exception in the windows event log: Application: w3wp.exe Framework Version:…
1
vote
1 answer

How to setup IIS 8.5 FTP server to only listen to one IP address?

All the FTP sites I defined in IIS are bound to 192.16.9.3:21 & 192.16.9.3:990, yet when I do a netstat the following is what I get: C:\>netstat -a -n -o Active Connections Proto Local Address Foreign Address State …
Mirco
  • 53
  • 1
  • 5