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
0
votes
0 answers

How to debug IIS 8.5 TCP resets?

I have a Win 2012 R2 / IIS 8.5 server that has been running a handful of public-facing production websites for 2 years. Today, for about 6 hours, it started randomly dropping port 80 requests (but not port 443 requests) for all websites. I could…
lunadesign
  • 451
  • 1
  • 4
  • 3
0
votes
1 answer

How to point one domain to other domain

We have one site www.abc.com which is hosted on server A and a redirect has been set up on this server which redirect this site to www.xyz.com/reports. www.xyz.com is our sitecore site and having one page reports. Is there any way if we can point…
0
votes
1 answer

nginx proxy pass not

I have a Nginx web server working as a proxy server. It proxy two different web servers one IIS and the other GitLab server. The first virtual address works with no problems but the second does not work. I have included my config below. This config…
0
votes
1 answer

SSL Certificate installed successfully but website not accessible

I have installed Let's Encrypt SSL Certificate on a windows-server-2012-r2 machine running iis-8.5. It is an ASP.NET 4.5 website running on an Azure VM. The installation was successful and I can see the https binding for the website. However the…
0
votes
1 answer

The W3SVC service on Server2012R2 failed to stop in the timeout period

Our Devs are trying to do a "push" and it is failing on a single IIS server (running Windows Server 2012 R2) because the push is unable to stop the WWW Publishing Service (W3SVC). We have been rebooting the Svr2012R2 VM as a workaround fix to the…
KidACrimson
  • 330
  • 1
  • 10
  • 26
0
votes
0 answers

Remote logins fail for FTP on IIS 8.5

I've added a FTP site to IIS 8.5 on my Windows Server 2012 R2 Datacenter VM on Azure and added a "ftpuser" Windows user that I want to use for ftp access. Everything works fine if I Remote Desktop to the server and run ftp localhost at a command…
JohnnyHK
  • 101
  • 3
0
votes
1 answer

XHR requests not functioning when applying site bindings

I use Windows 2012 Server R2, IIS 8.5, and I have a problem. On localhost, no matter the port I choose, my XHR requests in my code function perfectly. However, when I apply a binding, such as applying a host header to port 80, I can access the site,…
Mirza
  • 1
0
votes
0 answers

IIS 8.5 is not able to trace the Website Visitor IP Address

I am working with IIS 8.5 on Window 2012 and using IIS Logging feature to get the Visitor IP Address. However, I am not able to see the Visitor IP Address. RAW 2018-04-04 00:00:13 W3SVC8 1**.2**.1**.*5 GET /blog/36 - 80 - -…
Hiren Parghi
  • 129
  • 1
  • 8
0
votes
1 answer

Redirecting IP with port to Domain does not work

I've read several threads on here about how to redirect an IP address to a domain. I'm currently setting up our development server inside the company network and thus we've set a "virtual" domain in the DNS of our main server. So far all…
SharpShade
  • 101
  • 1
0
votes
1 answer

.Net Core Hosting Bundle on 2012 Server R2 , effect of X86 Packages installing

I am following along instructions to deploy a .netcore api to IIS Only after I followed the instruction to install the .NET Core Hosting Bundle did I read To prevent the installer from installing x86 packages on an x64 OS, run the installer from an…
Kirsten
  • 185
  • 5
  • 20
0
votes
0 answers

How do I grant write access to an app pool?

I am trying to depoly a .net core 2.0 webapi on IIS The help here states "Only use the stdout log to troubleshoot app startup failures. Never use stdout logging for routine app logging. There's no limit on log file size or the number of log files…
Kirsten
  • 185
  • 5
  • 20
0
votes
1 answer

Does Windows Server 2012 R2 come with a proxy and if so how do you disable it?

A recent vulnerability scan states that a server running Windows 2012 R2 IIS 8.5 has an open proxy. I cannot find anything in the web.config file or any information in IIS 8.5 that leads me to believe there is a proxy. The response from Nexpose is…
user5870571
  • 3,094
  • 2
  • 12
  • 35
0
votes
1 answer

AWS-Connection Issue between Web server and database server in the same region

I have set up a web server and database server in AWS as shown the diagram below aws diagram Web Server: OS: Windows Server 2012 R2 Application hosted: VB.NET application in .NET 3.5 framework Web Server :MS IIS 8.5 Database Server: OS: Oracle…
0
votes
1 answer

Windows Authentication not working on root site of an IIS 8.5 based web site

I have a intranet web site that is using Windows Authentication. When it is the root web application of the site I get a 403.14 error. When I have a sub-application on the same server Windows authentication works correctly for those apps. All sites…
John S
  • 125
  • 6
0
votes
1 answer

IIS - Request filtering - 2 Domain Pointing to same physical path

Is it possible to have different request filtering rules for two domain pointing to same site(Physical folder)? Example - I've an Umbraco site and I want to point two domain to same physical folder/website. One domain will have access to admin…
Brijesh
  • 101