Questions tagged [iis-10]

IIS 10 is the version of Microsoft's Internet Information Services that ships with Windows Server 2016, and some Windows 10 versions

IIS 10 is the version of Microsoft's Internet Information Services that ships with Windows Server 2016, and some Windows 10 versions

163 questions
0
votes
0 answers

WebApi refuses to work on Server 2016 IIS10 but works on every other flavour of Server OS

I am trying to get an application working thats written in .net - targetted at 4.5.2 that uses a webapi to call a .js form The api works fine in Server 2012r2 IIS 8.5 but refuses to work in Server 2016 IIS - throwing a flat 401 unauthorized…
NginxNewb
  • 1
  • 2
0
votes
0 answers

High availability website using IIS / windows server

My website is currently running on a single windows server 2016 machine with IIS and SQL server 2017. Every time there's a windows update, new hardware install, etc., my site goes offline. My goal is to keep the website running normally (read and…
0
votes
1 answer

Importing wildcard certificate from Barracuda appliance to IIS 10

I have a functioning wildcard certificate running on a Barracuda Load Balancer. From what I understand I can use that same certificate on other servers / appliances. The certificate is listed as exportable and, once I provide a password, I get a…
Matt
  • 740
  • 6
  • 28
0
votes
0 answers

How to force SSL on all FTP connections on a VPS Windows Server 2018

I have a VPS server that is running on Windows Server 2016. I added FTP access to one site on that VPS. But every time the user tries to connect using FileZilla FTP the user is prompted with the following. I think I am forcing all FTP connection to…
Junior
  • 171
  • 2
  • 11
0
votes
1 answer

Website in IIS only reachable via ::1

I am using Windows Server 2016 with IIS 10.0 and I have configured a website in IIS Server Manager which binds to port 9999 and should listen to all IP addresses. netstat -an | findstr 9999 shows the following which looks fine to me (ABHÖREN means…
Finn10111
  • 21
  • 1
  • 5
0
votes
0 answers

ASP.NET Core Redirect HTTP to HTTPS

Following Microsofts instructions for Enforcing HTTPS in ASP.NET Core and IIS 10 at https://docs.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-2.1&tabs=visual-studio The recommended changes do not appear to have an affect on…
Nick
  • 143
  • 8
0
votes
2 answers

How to configure IIS 10 to read from local SQL database file?

I have been trying to deploy original ASP .NET Web Application using MVC template with authentication via a local SQL database file. So far, I am able to get it to work on my computer. When I publish it to a folder on a remote server, I can't seem…
Ice Drake
  • 25
  • 1
  • 3
  • 9
0
votes
1 answer

New certificate not being recognized in iis10

I inherited maintaining a 2012 server. The certificate for our websites expired, so i installed a new one. It is still as if it is using the old one. We have many websites all on different ports. If I go to the bindings, they all have the new…
user999684
  • 165
  • 1
  • 1
  • 8
0
votes
1 answer

ERROR: The version of the .NET Framework Configuration Provider (machineConfig64) are different on the source (2.0) and destination (4.0)

First I'll start by saying that this question is similar to this question: Cannot use msdeploy to sync 2 websites - ERROR_FRAMEWORK_VERSIONS_DO_NOT_MATCH. Actually my use case is different... but despite that I still tried to get the big picture…
0
votes
1 answer

IIS 10 Keep Alive timeout

I am using GCP load balancer. And time to time I get error with 502 status code. In the load balancer log I see "backend_connection_closed_before_data_sent_to_client" as the reason. After a lot of research, figured it may be because of keep-alive…
SanS
  • 103
  • 1
  • 3
0
votes
0 answers

Fowarding web applications according to domain name from IIS to Glassfish or Apache

I have installed three HTTP servers (IIS, Glassfish4 and Apache2.2) on a single windows-OS-based VPS. And I have three domain names (www.mysampleglass-domain.com www.mysampleapach-domain.org and www.mysampleiis-domain.net) which point to my VPS IP…
Bellash
  • 101
  • 2
0
votes
1 answer

ERR_CONNECTION_TIMED_OUT with IIS 10 on some SSL IPv6 Bindings, dependent on host name

Running IIS 10 on Windows Server 2016, I have encountered an issue where an IPv6 binding has mysteriously stopped working. When connecting from the server via IPv6 or connecting from any system via IPv4, everything works fine and the site loads as…
AJ Henderson
  • 369
  • 3
  • 15
0
votes
1 answer

IIS returning 404 on PDF File

I have a IIS 10.0 server that everything is working fine, with one issue. Any .pdf file returns 404. I know permissions are correct as all the image files in the same folder are working fine. The PDF mime type exists in both the IIS root and the…
0
votes
0 answers

Best method --if any-- to proxy web traffic through domain controller

I've (our tiny group) been using the naked domain for Active Directory for quite a while now, at the beginning we knew it wouldn't be available for other uses without heavy setup. At the time it seemed like no big deal as you can use the www.…
Vita
  • 111
  • 1
  • 1
  • 7
0
votes
1 answer

IIS App Pool is started with app_offline.htm in the app folder

I have Win Server 2016 with IIS, all updates applied as of this date. During updates to the sites running there, I put an app_offline.htm file in the app folder to bring the app pool down. For a single specific app, putting the file there won't stop…
Natan
  • 223
  • 1
  • 3
  • 9