1,753 questions with Windows development | Internet Information Services tags
IP and URL analysis in IIS 10
Good afternoon! It is necessary to filter connections to the server by IP address and the presence of a certain phrase in the URL. For example, there are two users: one connects by URL https:\animals.eu\cats\1513515 , and the other one connects by URL…
Windows development | Internet Information Services
Windows for business | Windows Server | User experience | Other


How to enable remote connections on IIS with Windows 11?
Hi, I need to set up IIS on Windows 11 for CI/CD machines. We basically have a web application on a Windows 11 that is upgraded from an external Jenkins agent via a CI job. Even is I was able to run my Web Application under IIS manager, I struggle to…
Windows development | Internet Information Services
Windows for business | Windows Client for IT Pros | User experience | Other

Reverse Proxy Websockets in IIS
I have a React web application with a NodeJS backend served up with IIS (looks like version 10 on Windows Server 2016). I have gotten the I am trying to figure out how to correctly reverse proxy my websocket calls. I have a second Node server running…
Windows development | Internet Information Services
Import and SSL Certificates in IIS Manager Question
Hello Everybody I need to Import and SSL Certificates in IIS Manager. On IIS Manager there is already an SSL certificate that will expire next month. I need to import new SSL certificate before old SSL certificate expire. Question When I import new SSL…
Windows development | Internet Information Services


IIS migration step
Hello All, How to migrate website from one server to another server. Please help me with all detail including backup / services ..what I need to take care ? Please each step
Windows development | Internet Information Services
Display SSL certificate expiration dates via PowerShell
Hello! I'm trying to figure out how to display when SSL certificates expire. Currently, I have the following code (which was provided to me by a colleague) and I want to know how to display the certificate's expiration date. If possible I would also like…
Windows development | Internet Information Services
Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
API returns status 200 but empty body after IIS restart or Idle time
I have a .Net core 8 webapi project. it works fine normally. but when it is called after a long idle time or after the iisrestart, returns 200 and the response body is empty. I tried to log the data, and there is data in the log. don't know what is…
Windows development | Internet Information Services
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
Blazor Server (.NET 8) redirect fails after login
We have a Blazor Server app (.NET 8) that is hosted on IIS. Users access it by logging into Citrix with their Active Directory credentials, then into the app (with those same credentials). We use ASP.NET Identity to manage login. Both the end-users and…
Windows development | Internet Information Services
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Windows for business | Windows Server | User experience | Other
Creating multi subdomain host on iis like *.domain.com
Hello, I'm working on a aspnet core application that accept user requests as subdomains such as => user1.mywebsite.com, user2.mywebsite.com etc etc Is there a way on iis to accept every subdomain without adding it to the site binding, or do I…
Windows development | Internet Information Services
Developer technologies | ASP.NET | ASP.NET Core

I can not use iis Express
I am experiencing issues where a message stating "Failed to run IIS" occurs on two different PCs. Here are the details: Environment Information OS: Windows 11 24H2 (OS Build: 26100.2033) Visual Studio: Visual Studio 2022 Professional…
Windows development | Internet Information Services
Developer technologies | Visual Studio | Other
IIS and PHP error 500, "The parameter is incorrect. (0x80070057)" in FastCgiModule
I have PHP 8.0.28 in IIS 10.0 (Windows Server 2022), the fastcgi module is configured correctly and working as it should in most cases, but sometimes I get 500 error when I make a request, even for the same url requested in the most of the time it…
Windows development | Internet Information Services
IIS Returning Bad Request - Invalid Hostname when accessing via IP address but not localhost
We have a server that suddenly started returning an HTTP 400 for Invalid Hostname after a reboot today. We have multiple other servers in the environment running the same configuration, OS version, patches etc. but do not see this issue. This IIS server…
Windows development | Internet Information Services

Application pool requested a recycle because it reached its virtual memory limit
I hosted a web application on a (Live server) shared hosting, and did not get any issue until today when I decided to test-run it. I registered and logged in the web application with the test login details; I was redirected to the dashboard, but after…
Windows development | Internet Information Services
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other


IIS Feature cant install on Server 2022
Dear Team, IIS Feature cant be install on server 2022, tied via Powershell and Server Manager. Scanned system and DISM also no corruption found in OS. Kindly help.
Windows development | Internet Information Services
Windows for business | Windows Server | User experience | Other
Access Windows 10 machine and all of its services running there but NOT ONE of them
I have a Windows 10 machine which runs two services The one of them (which is served through IIS) cannot be accessed from any PC in the same network but the localhost. The other one, runs perfect and is accessible from anyone within the same netowork The…
Windows development | Internet Information Services
Windows for business | Windows Client for IT Pros | User experience | Other
ASP.NET web site fail to critical error in ETL of Excel file
I have a website with a single web page on ASP.NET that you need to upload a file in Excel to a folder within the website, extract its contents to insert the data into a table in a database in SQL Server. When testing its operation on the production web…
Windows development | Internet Information Services
Microsoft 365 and Office | Excel | For business | Windows

Developer technologies | ASP.NET | Other
IIS Manager Windows 11 not showing any site
I'm running a fresh installation of Windows 11, most IIS features are enabled, and IIS Manager doesn't show any site or the web server. IIS Manager and IIS Version (10.0) Features iisreset /status Status for Windows Process Activation…
Windows development | Internet Information Services
Windows for business | Windows Client for IT Pros | User experience | Other
Deploying of NodeJS Express Typescript API on IIS
I'm trying to deploy my NodeJS Express Typescript API App on my IIS. While searching, I came across using the iisnode which is outdated and not maintained module these past few year. Also I came accross using reverse proxy. What is the best way or more…
Windows development | Internet Information Services

Can I use 'Microsoft Web Deploy 4.0' in commercial organization without purchasing?
Can I use 'Microsoft Web Deploy 4.0' in commercial organization without purchasing?
Windows development | Internet Information Services
Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
IIS alongside other apps
Windows Server 2019 I currently do NOT have IIS installed but I need to install it because I want to install a new web app which needs IIS. Currently, I have a couple of third-party web apps installed that use HTTP/HTTPS. Each app listens on a separate…