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…
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…
HTTP Error 500.30 - ASP.NET Core app failed to start
After upgrading Visual Studio to version 17.11, my Web API stopped working and I get an error: HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started but then stopped The app started…
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…
How to arrest '.axd' files from script level/Web.config/IIS & how to set Referrer Http header in Sever Side/Web.config
Hi Team, 1: We are using Script manager for 'Alerts & Js' because of this we are identifying ScripResource.axd & webResource.axd files while running the application. 2: We have a created Rule for 'Referer HTTP' header in Web.config file ,…
Web Deploy v4.0 x64 download files are missing
Web Deploy v4.0 x64 download files are missing from the download link: https://www.microsoft.com/en-us/download/details.aspx?id=106070 Why?
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.
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…
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…
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…
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…
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?
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…
Unable to start IIS Express after updating Windows 24H2
Hi, After updating to Windows 24H2, starting a web application in Visual Studio with .NET Framework 4.8 shows the error: Unable to start program Files\llS Express\iisexpress.exe. The process has been terminated. Refresh the process list before…
Config IIS on HTTPS for DEV ambient
Hello everyone, I have a site stored on IIS in my local network with a couple of APIs developed (assuming that I have always used it in http), I need the APIs to be available in HTTPS. I store a self-signed certificate on the IIS server machine…
FTP Issue - Directory Files Do Not Appear
Hello, I'm trying to access the F:\inetpub\wwwroot_pub folder via FTP on a VM with Windows Server 2019 Datacenter. I can FTP into the server but the web folders inside the wwwroot_pub folder are not listed. Instead, the directory is empty. I'm using an…
Could not start IIS Admin service. Event 7024
Hi, I am having an issue accessing my exchange admin center (exchange 2016) via web browser, HTTP 500 internal error. upon checking the services, I found that IIS Admin was unable to start and was showing this error message By checking event…
Is it possible to forcibly define the action for all forms in IIS 10?
When submitting a form defined within an ASP page on a site registered in IIS, it doesn't navigate to the action URL you specified. Instead, it redirects to a different page. The redirected URL matches your defined action location, but the content…
Windows could not start the World Wide Web Publishing Service(W3SCV) in windows server 2016
I have this server but the w3svc service does not start, this affects my IIS, how could I solve it, we have already reinstalled the IIS
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…