VC++ 2008 Redistributable Package installer is missing
Hello, I understand Chris Sfanos explained that there might be missing packages(https://forums.iis.net/t/1253017.aspx?PLEASE+READ+Installers+no+longer+available+via+WebPI). So this is most likely the...
View ArticleAdding SSL to an existing web site
I have a complex website that has evolved over many years, I now need to add SSL.I understand how to obtain a certificate, add it and enable SSL support, but I don't understand how SSL works and the...
View ArticleUnable to publish or download because a required dependency is not installed.
The title is the error I am receiving while trying to publish using WebMatrix 3.0. I also have Web Platform Installer 5.1 installed.I have:- Restarted PC. - Joined different internet networks. -...
View ArticleShared configuration with group managed service account
I'm working to use group managed service accounts where possible. Generally it's great, application pools are happy and everything runs fine on one server. I'm trying to implement shared...
View ArticleRedirect to 404 if there is "?" (Question mark) in the url
Friends, I am trying to redirect a page if there is a "?" in the URL using web.config, but it is not workingI added a condition to negate if the param is "?"The rule is <rule name="Activa-LT_rd"...
View ArticleHTTP Error 404. The requested resource is not found.
Hi there,I create a website in iis10, it works fine with localhost, but when i try to run the website with ip address, but it shows HTTP Error 404. The requested resource is not found.Does anyone know...
View ArticleInternet Information Services ( IIS ) 10 Manager.
Two days ago, I was attempting to serve up a web page in IIS 10, consisting of HTML5 code and Razor code. I received an HTTP 500 error code. After searching the Internet, I found a suggested solution...
View ArticleIIS increase the 2g download limit
Is there a setting in IIS(Window Server 2016 standard) where I can increase the 2g download limit. I can stream a 4g mp4 file. However if I try and download the file downloads but 0 bytes. I have...
View ArticleGetting hresult: 0x8007054F error for any certificates
If I try to select any of the auto-enrolled domain-issued certificates for binding https, I getAn internal error occurred (Exception from HRESULT: 0x8007054F)The certificate has the private key...
View ArticleEdge, Chrome Version 90 - Cookie Reverse Proxy Not Working
My solution scheme: Client<-->HTTPS<-->Proxy Server<-->HTTP<-->Application ServerProxy Server is done by the IIS (version: 10.0.14393.0) on Windows Server. I have URL Rewrite...
View ArticleWebsite giving 500 internal server error
Hi Team,The webapi deployed on window server 2019 having IIS 10 gives 500 internal server error the first time after deployment. But as we restart the IIS it goes away..Any clue, why it's happening
View ArticlePython Installer - This product did not install successfully: Downloaded file...
I'm trying to install WFastCGI 2.1 Gateway for IIS and Python 3.4 via the Web Platform Installer. Python Installer fails with the error: "This product did not install successfully: Downloaded file...
View ArticlePython Flask App Stuck in Waiting for localhost
I'm trying to run a flask app on a Server 2016 machine with IIS v10 and the httpplatformhander, here's my web.config:<?xml version="1.0"...
View ArticleWincache for PHP 8?
Since Microsoft officially dropped support for PHP 8 and won't provide any binaries for it, will the same be true for Wincache? Or will you continue maintaining Wincache for PHP 8 and future versions?
View ArticleLogging issue with X-Forwarded-For, wrong location
I have a really strange issue with logging the x-forwarded-for header in IIS logs on a few particular servers.The log looks like this:#Software: Microsoft Internet Information Services 8.5 #Version:...
View ArticleIs It Possible to Redirect to a Different Port Using URL Rewrite?
Hi, Everybody!I would like to be able to redirect (or intercept) a specific URL (e.g., http://<server>/<servicePath>/<serviceName>.asmx) to a different port...
View ArticleError during Web-socket handshake: Incorrect 'Sec-WebSocket-Accept' header...
I am using Windows server 2019 with reverse proxy configured with ARR 3 and hosted my project with node.js and socket.io, I am redirecting the websitewww.mywebsite.com/project to internal...
View ArticleUnable to browse certsrv
Added the roles for certsrv but cant seem to browseThis was a WSUS server previously.Wondering if reinstalling IIS and WAS would resolve without creating ay other issues. Currently this IIS is hosting...
View ArticleURL Rewrite to different web applications
Hello,Here's my scenario. I have two web applications running under one web site on my server. I would like to configure my server so that if a user navigates to a specific URL they will access a...
View ArticleIIS 7.5 adding 'Document Moved' content when 'Location' header is present
Hello,Using PHP 5.4 and IIS 7.5, I'm trying to develop some REST web services compliant with the HAL specification.In this context, when we create an object with a POST request, the expect result is...
View Article