All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
50 views

Web Deploy randomly stopped working - maximum number of sync passes '10' has been exceeded

We have a Windows Server 2022 and Windows Server 2019 servers with Web Deploy 3.6 installed. Everything has been working perfectly and we had been able to deploy perfectly without issue. We have been ...
Dylan's user avatar
  • 101
0 votes
0 answers
321 views

Error: A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT:0x80070520)

As part of my job, I need to migrate an IIS server but I'm currently running into a problem. I have a source server where there are two sites/apps and my destination server which is "blank" ...
domdomdeo's user avatar
0 votes
1 answer
78 views

What are the security problems if your backend application is using HTTP?

I have frontend application that can be accessed from the outside and it uses HTTPS. I have backend application that is running on the same computer/server as frontend and it uses HTTP. I can't switch ...
milos's user avatar
  • 3
0 votes
0 answers
332 views

FTP Error 530 user cannot log in

We've got a strange problem. Our FTP-site was configured right and everything was good with no errors until last week. But now when we try to connect to server we see this error. It is NOT error about ...
Sam Alekseev's user avatar
0 votes
0 answers
125 views

What is the point of the Domain certificate option in IIS?

I have been looking for days and I can't seem to understand how to use Domain Certificates in IIS. Is there even a point to it? From what I understand, you absolutely cannot change which template it ...
bendem's user avatar
  • 111
0 votes
0 answers
26 views

Editing IIS with shared config through the Microsoft.Web.Administration namespace

We are having a problem, and it's probably something completely stupid. We have the following setup: WebCluster1 (A cluster of IIS web servers running a administration site) WebCluster2 (A Cluster of ...
djandDK's user avatar
0 votes
0 answers
168 views

After adding .7z mimetype to IIS server .jpg stopped to show up on the site with 500

I've added .7z mime type with text/plain to my IIS server on Windows Server 2019. After that site's web.config was added the block (I didn't do that) <staticContent> <mimeMap ...
Arkadiy's user avatar
1 vote
1 answer
521 views

Is Web Farm Framework Supported by Microsoft in 2023?

We have a few dozen Windows Server 2019 machines running IIS. I just found out about Web Farm Framework, which is a thing developed over 10 years ago that makes managing multiple IIS instances easier. ...
user648336's user avatar
0 votes
0 answers
2k views

GnuTLS error -110: The TLS connection was non-properly terminated. (IIS FTP Server)

I have an FTP Site running on IIS 10 on Windows Server 2019. It's been working fine until yesterday. I started getting the following error while trying to list the directory on Filezilla GnuTLS error -...
Babatunde's user avatar
0 votes
1 answer
636 views

accessing IIS website from android device - website not reachable

I setup a virtual machine using VMWare with Windows Server 2019 installed. On this server I setup an IIS server. I added these bindings: I also setup a bridged network so the VM and my surface are ...
Roman's user avatar
  • 101
0 votes
0 answers
172 views

SSL Issue : Unable to access website on Android Phones

Some of the users are unable to access our website on their Smart Phones (specifically Android 4+ and 6+ versions) They are facing this warning, whenever accessing. NET::ERR_CERT_AUTHORITY_INVALID ...
Siddhu Moosewala's user avatar
0 votes
1 answer
3k views

Blazor Server App: HTTP Error 500.31 - Failed to load ASP.NET Core runtime

I created a Blazor Server App targetting .NET 5 on a workstation having Windows 10. I used Visual Studio 2019 Community Edition to create the basic Blazor Server Template app. The app works fine when ...
Ahmad Al-Mutawa's user avatar
0 votes
1 answer
331 views

Remotely IIS access using web management service (wmsvc)

I was able to remotely connect and access an IIS web-server using the WMSVC service installed. However, whatever rules add/remove start/stop...etc I need to do is working just fine, but adding a new ...
cadobe's user avatar
  • 15
0 votes
1 answer
122 views

Hosting single intranet from multiple IIS servers

We have multiple physical locations at our company and each one has its own physical server, subnet, domain controller, Active Directory site etc. I want to set up an intranet site on IIS that can be ...
disco's user avatar
  • 1
0 votes
2 answers
1k views

Server Certificate Missing IIS

IIS Manager Missing Server Certificates I have a server, CPTE230B, which has IIS installed, and IIS Management Tools. I need to add a server certificate from my AD Certificate Server, but that option ...
Alex O'Connor's user avatar
2 votes
1 answer
603 views

Limit a single users FTP access on IIS10 to a IP address

Can I limit a user so they can only access my FTP server from a set IP address whist allowing other users to access the FTP from anywhere? I have a Windows Server 2019 server running IIS 10 with an ...
Re0sless's user avatar
  • 123
1 vote
1 answer
1k views

ASP.net IIS requests not timing out after executionTimeout Value

We have set system.web/httpRuntime executionTimeout = 60s for our .net 4.8 application hosted on server 2019 IIS 10. From time to time we see varied requests exceeding this timeout by a large margin, ...
bbergvt's user avatar
  • 111
-1 votes
1 answer
5k views

What are the recommended specs for deploying IIS on Windows Server 2019? [duplicate]

So I've been looking around google and other sites for recommended specs for an IIS server, but I haven't found any information that matches my simple use case. What would be the recommended ...
SGP's user avatar
  • 103
1 vote
2 answers
2k views

Force Remote IIS Manager to connect through TLS 1.2

I've setup a new IIS 10 on Windows Server 2019 Core 1809 (ltsc). I have setup the wmsvc service and confirmed that it is working. I was able to connect from a Remote Administration Server (Windows ...
SimonS's user avatar
  • 785
3 votes
3 answers
14k views

IIS: Can connect to website via http but not https

I can connect to my site via http but not via https. In FireFox I get: Secure Connection Failed. An error occurred during a connection to www.example.com. PR_CONNECT_RESET_ERROR In Chrome I getL ...
Adam's user avatar
  • 267
1 vote
0 answers
65 views

Why does it sometimes take 10+ seconds for an image to go live via public URL on my Windows Server 2019 (IIS 10) machine?

I have a PHP script that uploads image files to a directory on my Windows 2019 server. It saves the images in a directory set up as a virtual directory in IIS for my website/service. Specifically, it ...
Ethan Allen's user avatar
0 votes
1 answer
407 views

Website has same name with AD and it Keep point to default web page in IIS

I have configured a website ws.example.com in domain example.com, and my AD in domain name ws.example.com. When I try to open the website(ws.example.com), it always leads me to the IIS default web ...
Barton Yon's user avatar
1 vote
2 answers
2k views

Downgrade ASP.NET Core Hosting Bundle 5 to 3.1 or install them side by side?

Windows 2019 Server with IIS and ASP.NET Core Hosting Bundle 5.0.1 installed. I need to run Asp.Net Core 3.1 site on the machine. Should I just install ASP.NET Core Hosting Bundle 3.1 side by side ...
Serg's user avatar
  • 111
4 votes
1 answer
4k views

Removing IIS10 Self-signed Certificate "WMSCV-SHA2-webserver"

On my IIS server, there are two certificates. One is issued by a real CA based on my request and is used as the SSL cert on the server's website. The other is a self-signed certificate with the name ...
The ITea Guy's user avatar
0 votes
0 answers
825 views

Windows 2019 WSUS Error 0x8000ffff when pushing out Windows 10 Upgrades

I've had this error on 3 separate Windows 2019 servers I've tried to install Windows Server update Services (WSUS) on; It's worked fine on every Windows 2016 server I've configured, so I'm assuming I'...
Dave's user avatar
  • 427
4 votes
3 answers
12k views

Migrating from IIS 8.5 on Windows Server 2012 R2 to IIS 10 on Windows Server 2019

I want to ask you a suggestion about how to proceed in migrating an entire IIS (version 8.5) in Windows Server 2012 R2 to IIS (version 10) on Windows Server 2019. I need a nearly automatic procedure ...
Marcus's user avatar
  • 43
2 votes
1 answer
5k views

Websites in IIS don't start after windows server 2019 reboot?

Recently migrated from Server 2012 R2 to Server 2019. First time noticing this odd behavior, that after system reboot the websites setup in IIS don't start and I have to manually start each ...
tunafish24's user avatar
3 votes
1 answer
10k views

Website hosted on IIS keeps asking for authentication even though only Anonymous Authentication is enabled

I recently purchased and implemented an SSL certificate for a web application that is hosted on a Windows Server 2019 machine running IIS 10. I added the certificate, created the bindings, and did all ...
Yuriy F's user avatar
  • 151
2 votes
1 answer
5k views

Integrated Windows Authentication, Azure Active Directory and an AAD Joined Azure VM

I'm hoping someone maybe able to help by either helping identify what I'm missing, or confirming if indeed it's possible. Background We have a new Azure VM with Windows 2019 Datacenter on and IIS ...
Paul's user avatar
  • 23
0 votes
1 answer
904 views

MIME database file on Windows Server 2019

I'm working with IIS 10, on a Windows Server 2019 and I'm trying to export the MIME database to another WS-2019. Is there any path where the database is stored? I can't find anything similar in ...
Christian D. Franco's user avatar
2 votes
1 answer
3k views

"Access is denied" error when starting the Web Management Service

I am trying to set up Web Deploy on an IIS 10 server running on Windows Server 2019. The Web Management Service must be running in order for this to occur, but it will not start. I installed the ...
EJoshuaS - Stand with Ukraine's user avatar
2 votes
1 answer
369 views

IIS rewrite rule to black-hole URL's with an apostrophe

I bought a web app that does not use special characters. In reviewing my logs, I am seeing probing by threat actors who attempt to see if my site is vulnerable to SQL injection by adding apostrophes ...
wruckie's user avatar
  • 678
0 votes
1 answer
250 views

iis virtual directory application using non admin custom account in app pool

web server Microsoft Windows Server 2019 DataCenter version 10.0.17763 there is a physical folder on the d drive folder1 --app1 --app2 --app3 --web.config folder 1 is set up as a web application in ...
Bryan Dellinger's user avatar
0 votes
0 answers
135 views

Having trouble deploying tfs artifact to iis server with msdeploy

I'm building my projects artifact on a team foundation devops server. And in the release definition I want to deploy the artifact with msdeploy, but I'm getting "ERROR_USER_ANAUTHORIZED". I build ...
Elias's user avatar
  • 1
3 votes
1 answer
1k views

What is the official way of installing IIS and required modules on windows server 2019 with powershell

I cant find a definitive way to install and configure IIS on server 2019 Add-WindowsFeature Enable-WindowsOptionalFeature Install-WindowsFeature is dism still a thing? I need to install IIS with ...
red888's user avatar
  • 4,233
1 vote
1 answer
1k views

Windows 2019 IIS webserver redirect

I have 1 IIS web server (Main) and 5 other IIS web servers behind it (1-5). The applications are all different and there are 125 of them. They are split up between the 5 servers. I'm wanting to use a ...
Robert Jordan's user avatar
1 vote
1 answer
1k views

Should I turn indexing of a hard drive on or off on Windows Server 2019 with a HDD with millions of files on it?

Server is running Windows Server 2019 with IIS running. I have a standard spindle enterprise 8TB HHD with about 30 million JPEG image files on it. The amount of images grows daily. Each file is less ...
Ethan Allen's user avatar
2 votes
1 answer
3k views

Windows Server 2019 SMTP Server - Email Stuck in Queue / Not Being Released

I've recently upgraded a number of servers from Windows 2008 R2 to Windows Server 2019. 2 of the servers require SMTP which I have installed on both, however, 1 server works as it should and the 2nd, ...
brendo234's user avatar
  • 151
1 vote
0 answers
54 views

Mixing IIS versions in load balanced application

Can anyone confirm or deny the ability to mix IIS versions in a load balanced application? We are using an external load balancer appliance with three web servers serving the application. The ...
Jeremy Rammalaere's user avatar