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

Public IP Shows Up In Search Results Instead of Domain

I have set up a website on my Proliant rack server (Running windows server 2012 R2) using IIS and Joomla as a CMS. Everything works perfectly, except for one thing. Whenever I search up my website on Google, it shows my public IP instead of the…
Ajax21
  • 5
  • 1
0
votes
1 answer

IIS 8.5 Error while performing operation on web.config

I have a test server and a prod server that host a .netcore2.1 website. On the test server, I can access to the website and publish with MSDeploy without any problem. On the prod server I can publish correctly from Visual Studio, everything is…
thibsc
  • 101
  • 2
0
votes
0 answers

IIS 8.5 redirect HTTP URL to HTTPS

Using IIS 8.5 - our website has been live for several months internally on the corporate network with no SSL cert. Users have been accessing the site through the HTTP URL (let call it http://companyapp) . I have now a HTTPS certificate and when I…
DeadlyDan
  • 101
  • 1
  • 2
0
votes
0 answers

Implementing Health Check for Websites Hosted Behind a Shared LB

we host 4 web servers behind a shared load balancer. We don't have control over this Citrix NetScaler load balancer. We submit tickets to make changes as needed. Recently, one of the web servers started to have issues like slow backend response…
Ismet D.
  • 1
  • 1
0
votes
1 answer

Do I have to set web farm for multiple web sites in the same IIS server?

I have multiple web sites hosted in the same IIS 8.5. The web sites names are same but different ports or http/https. For example, http://www.mydemosite.com (using default port 80) https://www.mydemosite.com (using default port…
Love
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

Application Settings in IIS is empty, is that okay?

In my IIS Manager panel. I double click Application Settings, but it is empty. That means there is no key and value. However the web site can be running without problem. I am not sure does it matter? Or I have to manual to add some key/value pairs.…
Love
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

Redirect http to https but different port in IIS 8.5 for my .net core application

I have my .net core application. The http site is http://www.myfakesite.com:5000 But my https site is https://www.myfakesite.com:5001. What I want is when I open the http site it will be re-directed to https site. You see the port is also changed…
Hello
  • 101
  • 1
0
votes
1 answer

Windows Authentication not working on Windows Server 2012 R2

I've exhausted every bit of me to get Windows Authentication to work on the server and I cannot find any help on the internet. Windows authentication is working on my local PC, below is what I've done so far, kindly assist me understand if there's…
0
votes
0 answers

IIS 8.5 Two HTTPS Sites same IP same port. 2nd site throws "server IP address could not be found"

I have an IIS on server 2012 R2, and two https sites: Both of them are properly directed to my server (I checked it using https://dnschecker.org/#A), both of them has it's own certificate. My problem is, 2nd site throw this error: server IP…
-1
votes
1 answer

How do I open a port on IIS and access it outside the server

I have a Windows VM running Windows Server 2012 on Google Cloud and have installed 2 web application on IIS on the server. Let's take the example IP as 1.2.3.4 One application is hosted on port 80 and bound at abc.com while the other application is…
Nitesh
  • 103
  • 1
  • 8
-1
votes
1 answer

Unable to access port 8080 externally (Windows server 2012 r2)

I have developed a web-service on Visual Studio 2015 and using MySQL DB on Windows 10. I want to deploy it on IIS. So I installed it on my Windows Server 2012 R2 by using How to Install IIS on Windows server 2012 R2. After installation I have placed…
-1
votes
2 answers

New certificate only served if domain is trusted

The SSL certificate for one of our sites expired and I've been given the task of renewing it despite not being a server admin of any sort. I've completed the certificate request and added it to the server certificates. Then, I assigned this new…
JWiley
  • 99
  • 2
-1
votes
1 answer

How to run IIS 8.5 on a nonstandard drive in Windows Server 2016?

First of all, I apologize if this is a basic question. I am a Linux sysadmin and just so happen to be dealing with Windows at the moment. Feel free to edit the question or add tags where appropriate. The premise: I am migrating a website from IIS…
user404000
-1
votes
1 answer

Local git repository on a windows client where remote server is on a remote apache server

Please forgive me if I am asking a repetitive question but I am new to using git repositories and I don't know where to start. Here is my how I want to set up my repository: Create a local repository that the dev site will run under IIS and MySQL…
-1
votes
1 answer

How to browse website hosted in Test server within company network

I have set up a website in IIS on QA server. I added binding and made entry in hosts file Binding IP: 123.43.12.45 Port: 80 HostName: mysite.mydomain.com Hosts file entry 123.43.12.45 mysite.mydomain.com At this point of time I'm on QA server…
Sukhjeevan
  • 99
  • 1
1 2 3
23
24