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
4
votes
3 answers

IIS8.5 Won't Serve Font Files

For some reason my IIS won't return any font files. They all return as 404s. I have verified the URLs are correct and the MIME types are correct. The font files are currently inside of a .NET 4.5 project using MVC4. When I move the files outside of…
2
votes
0 answers

How to configure Web Deploy to grant publish permissions for a single application?

We have a new user that needs to be able to deploy a specific website to a specific application directory (Default Web Site/WebX) but I cannot seem to configure Web Deploy on IIS without giving them the ability to publish to all directories (e.g.…
user395382
  • 21
  • 2
1
vote
0 answers

IIS stopped accepting 'Connect as' credentials

I have a web server which has been working correctly for some months now. This morning, on adding a new site, a strange issue has started appearing: Steps: Create new site Right Click on site, go to Basic Settings -> Connect as -> Set -> Enter…
Colin
  • 11
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
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
0
votes
1 answer

IIS 8.5 redirect rules and how to make them

Got few domains running on one box, everything with SSL, I am trying to learn this stuff I have domain1.com domain2.com domain3.com everything works. I want to achieve this: If users will fill IP of the box in the browser, I want the users to get…
0
votes
1 answer

IIS 8.5 Classic ASP and 500 Error

I am getting following error when I run classic Asp page on IIS The page cannot be displayed because an internal server error has occurred. I tried to the following settings, but still I am not able to see Actual code error <% Set cdoConfig =…
0
votes
0 answers

Local request to port 80 via domain name

I'm running a Windows 2012 IIS 8.5 listening on port 80 to requests coming to domain www.mydomain.com, which I have set in my DNS to the server IP. Everything works fine outside, but for whatever reason, when I request that domain from a browser…
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