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

Exporting certificates on Microsoft IIS 2019 ver 10

I have Imported an SSL certificate in Windows 2019 Server, IIS ver 10. When I right click on the certificate from IIS, the "Export" option is missing. Is there any way to bring this option back or try exporting it from command line?
gtannous
  • 11
  • 1
1
vote
1 answer

My IIS URL Rewrite rule is not working for my IIS website

I have an IIS Server on Windows Server 2016 where I host one website. The site is using bindings so that both of these domains, astro.resources.teams.org and astronomyteams.org, goto to the same website on both http and https. But that means the…
SkyeBoniwell
  • 193
  • 1
  • 7
1
vote
1 answer

How can I use the IP Address and Domain Restrictions module for only one website on an IIS 10 server with multiple websites?

does anyone know if there is a way to use the IP Address and Domain Restrictions module on only one website in IIS 10? My IIS server has 12 different websites, but I only need to restrict one to domain traffic only. I don't see anywhere in the…
SkyeBoniwell
  • 193
  • 1
  • 7
1
vote
0 answers

IIS ARR 3.0 - Change Base Url in Web API Response body using Url Rewrite

I have a local IIS server hosting Asp.net Core 3.1 web API running at port 5000. Using wireguard the local server is connected with the public facing server. The public facing server also has IIS 10 with ARR3.0 enabled & have the site created as…
AbhiAbzs
  • 21
  • 4
1
vote
1 answer

Browser not prompting for certificate - IIS 10.0

I have an application that was working fine in IIS 8.5 which used this setting in the web.config file for a client certificate login (smartcard) for a path. I had to migrate this application to IIS 10.0 and everything is working except the…
1
vote
0 answers

Date format inconsistency with IIS on different servers

We have a few environments for our product: Development, Quality Assurance and Production. When browsing a site hosted on the Dev environment, the date format is yyyy-MM-dd on QA & Prod, it is yyyy/MM/dd. The decimal point on Dev is . while the…
Daniel
  • 13
  • 6
1
vote
1 answer

IIS 10 URL Rewrite giving 404 error

I am currently stuck with my rewrite rules, and I would need some hints about it. Here's the situation : We have two websites, one is website.com, the other one is website-staging.com (just examples here ofc) On website.com, for some url, I'd like…
SBO
  • 544
  • 1
  • 5
  • 12
1
vote
1 answer

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, sometimes requests show up as running for hours.…
bbergvt
  • 111
  • 3
1
vote
2 answers

How to uninstall IIS 10 on Windows Server 2016?

I cannot disable/remove IIS component also its child components. How to uninstall IIS 10 on Windows Server 2016?
Vy Do
  • 151
  • 1
  • 8
1
vote
1 answer

IIS 10 Undo (no) Require Name Server Indication

On a dev server with one IP I have several domains and sites and they have been working fine coexisting with different SSL certs. When adding a new dev site and binding it to SSL I accidentally saved the binding without the [ ] Require Name Server…
phoenixAZ
  • 169
  • 1
  • 5
1
vote
0 answers

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 points to a drive that houses over 30 million…
Ethan Allen
  • 163
  • 1
  • 9
1
vote
1 answer

HTTP Error 500.19 - Internal Server Error for ASP.NET Core 3.1.0 MVC application deploye on IIS version 10

Here are the details about our development environment: DevExpress 20.2.3 (we are using DevExtreme) Microsoft Visual Studio Enterprise 2019 (Version 16.4.6) ASP.NET Core 3.1.0 AspNetCore.Mvc 3.1.0.0 Microsoft SQL Server 2008 R2 (RTM) – dotnet…
user1338998
  • 111
  • 1
  • 5
1
vote
0 answers

How to Configure Sync Center / Offline Files within a IIS Shared Configuration Environment to sync when user is logged off?

We've been scratching our heads at this and we are not sure if this is a design limitation of sync center or are missing something on our server. Our environment consists of a cluster of WS2016 boxes and we have enabled offline files on each server…
Ken
  • 11
  • 1
1
vote
1 answer

Can't access IIS through public IP address

I've googled a lot for this, but haven't found anyone with a problem exactly like mine, or hasn't been described like mine. The answers from those questions, which I've tried, haven't worked. First, I have no firewall running (just while testing…
Regular Jo
  • 113
  • 6
1
vote
2 answers

How to restart the IIS application pool remotely via command line and MSDeploy

I am creating GitHub actions to automatically deploy my website. I have everything working other than the ability to remotely restart the application pool. From what I've read, I need to stop the application pool, publish the site, start the…
Dave
  • 160
  • 1
  • 2
  • 14