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…
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…
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…
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…
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 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 ,…
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…
WebSocket connection is not working in IIS
Hi, I have created a web site in IIS, trying to test websocket connection. The files I have are: test_websocket.pdf test.html server_test.py web.config I have the following configurations: I have enabled : httpPlatformHandler In the server…
Unable to run .net 4.8 apps on IIS using Arm processor (M1 Max)
I have a macbook pro with M1 max processor running windows 11 pro in Parallels using the most updated version as to writing this message. When trying to run .net 4.8 app on IIS I get the following error in the event viewer: The Module DLL 'C:\Program…
Is IIS URL Rewrite 2.1 available for ARM64 processors?
The x64 build of IIS URL Rewrite 2.1 does not work on a Surface 7 laptop with an ARM64 processor. When will a native ARM64 build be released?
When connecting to remote debugger, breakpoints won't be hit and dlls not showing in module window
I have a multi project solution that I have deployed to a local server that has both a MVC site and an API service to populate it. When I try to attach to the w3wp process with the remote debugger, while the Microsoft dlls show up in the module window,…
Issues Deploying Blazor Server App with Azure Authentication
I have a blazor app that i've built for my company that uses azure authentication. When testing it locally it works like a charm with the localhost certificate. Once i went to deploy to IIS on a web server I cannot get the app to allow sign in. I have…
How to fix can't communicate between websites in other devices on IIS.
hi, currently I'm hosting 2 websites on IIS backend api on 192.168.1.100 and frontend on 192.168.1.101. the problem i'm facing is that the communication is normal between the backend and frontend in the host machine, but when I use another device to in…