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

IIS 8.5 access specific file ends in 403.14

In IIS I created a virtual directory to my media asset folder, which contains all images for my application. For some reason I can't access images in one subdirectory directly, it ends in http error 403.14. Images in other subdirectories are…
0
votes
1 answer

Allow access to only certain AD group users to IIS site

I have created Active Directory Group to allow access to certain users to an IIS 8.5 site. I have installed "URL Authorization" module as shown in below link: http://www.iis.net/configreference/system.webserver/security/authorization Added following…
Vik
  • 9
  • 1
  • 2
0
votes
1 answer

Is it possible to use an Elastic Load Balancer on an IIS Server accepting BITS Uploads?

I have a website hosted on EC2 using IIS 8.5. I've got a virtual directory with BITS uploads enabled, and everything works over http and now https when my URL points to the instance's public EIP. The design calls for using an Elastic Load Balancer…
Jay Carlton
  • 133
  • 7
0
votes
0 answers

IIS 8.5 Setting Custom Error Pages and Redirects

My environment consists of multiple websites, each with their own app pool running .NET v 2.0 Integrated. All of the sites share the same web.config. My question is whenever I change a custom error page, ie 404 for example, for one site, it…
jtpubcon
  • 1
  • 1
0
votes
1 answer

Windows Server 2012 R2 - Why is MBSA 2.3 failing IIS Check?

Server is running Windows Server 2012 R2 as a Remote Desktop Server and has IIS 8.5 installed. I'm trying to run MSBA 2.3 (Microsoft Baseline Security Avisor) to check for any missing security patches and other dodgy setups and it fails the IIS…
Fiasco Labs
  • 563
  • 4
  • 10
0
votes
1 answer

Map Domain to Directory on IIS

I have found a few topics on this but not sure if they specifically relate to my question. I am busy creating a multi-tenant application and would like the following setup: http://tenant.example.com/ <- tenants site http://tenant.example.com/api <-…
Terence
  • 13
  • 1
0
votes
1 answer

Firefox presenting "Secure Connection Failed" page for our certs

Firefox does not like our internal certificates. I'm trying to figure out why... tl;dr - Our internal IIS servers, signed with our internal CA, present a "Secure Connection Failed" page, with technical details that say "Connection Not Encrypted".…
BeanBagKing
  • 111
  • 1
  • 3
0
votes
1 answer

FTPS on IIS 8.5 Error on Command: LIST

I'm trying to configure FTP over SSL on my server. I added an FTP site in IIS and followed the wizard, setting the bindings and certificate. However when I try to connect to the server using FileZilla the connection gets refused by the server. I…
Jens
  • 35
  • 1
  • 9
0
votes
2 answers

IIS 8 - Application Initialization and Deployment of website without downtime

I have set up App Initialization on for a large website, however there is still quite a long wait before the website is initialized before users can access it. The site in question is quote big and compilation of the views is the issue. Is there…
izip
  • 221
  • 1
  • 3
  • 8
0
votes
1 answer

URL rewrite in IIS 8.5 is not working I'm getting 404 instead

Hi I've configured a rewrite rule on my IIS but it seems like it never gets fired I've been working on this for several hours without any luck this is my rule: …
pedrommuller
  • 279
  • 5
  • 14
0
votes
1 answer

Forms authentication with URL rewriting

I've got forms authentication set on the top level of my site via the web.config, and I also have a URL rewrite rule to go from mysite.com/plex/ via a reverse proxy to another localhost server; however, this bypasses my authentication. How can I…
James
  • 101
  • 2
0
votes
1 answer

Something preventing http requests from public ip addresses from reaching windows 8.1 update iis

I have three Windows hosts on the same private LAN, each hosting an IIS default website. One host is running Windows 7 Pro, while the other two are running Windows 8.1 Update Version 6.3 (Build 9600). Other computers on the local subnet can open…
Eric
  • 101
0
votes
0 answers

ARR and URL rewrite for node express website for iis server

I have an express.js website running on my localhost in my Webserver (IIS8.5). When I use ARR and url rewrite to point to localhost port 3000 where my express website is, I can access part of it from the Internet. Also, the style sheet does not…
0
votes
2 answers

IIS virtual directory application and DNS

It is a bit hard to describe but I will do my best... I have an internet application which is implemented in IIS 6.0 as virtual directory (I'll call it 'ItsMyParty') in the format of https://www.app.com.au/ItsMyParty Using the example above,…
WML
  • 3
  • 3
0
votes
0 answers

App pool settings for Exchange Server 2013 IIS and Processor Affinity

Is it ok to enable processor affinity on the Exchange 2013 app pools? I am running on vmware and have multiple sockets / cores. I see that the defaults are false to Processor affinity. Will this cause any issues or break anything?