Getting 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 ArticleCustom error page for "Query timeout expired" errors?
hiWindows Server 2008 R2 running IIS 7.5 We have a page that pulls data from an SQL database and displays the data in a table. Sometimes (depending on the time of day) the database is getting hit quite...
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 ArticleQuestions about permanent link for external cache msi file
we are using IIS.NET for our customer. And ARR3.0 is one of SW we need our customer to use. My problem is, some of our customers don't have internet access in their machine room. So, we had better to...
View ArticleIIS custom application pool user not able to access certificates
I have a web application running on an on-prem server using IIS 10 and dotnet 2.1. I am trying to use a certificate managed in the Windows certificate store to authenticate to KeyVault. My code: var...
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 ArticleOnGetRowValues Problem
HiI am working on a problem in VS 2019 ASP.NET VB.There is a bunch of text boxes on the web form that is populated from a GridView. The GridView is populated using an SQL View. When the user selects a...
View ArticleAsp.net shows Column 'ImageThumbnailURLFinal' does not belong to table Table....
There is a asp.net page hosted on IIS server. Sometimes it shows the following error / exceptionAsp.net shows Column 'ImageThumbnailURLFinal' does not belong to table Table.But when we restart server...
View Article401 error in put request
I havea .net core web application hosted on win server 2012, in the put request I got a 401 error, but it work fine in get request. i had installed the IIS CORS Module but no luck.Can someone help me?
View ArticleHow to increase loading time of post request in IIS windows server 2019
I have deployed Django on an IIS Windows Server 2019. When I submit the form, the python needs more than 40 seconds for the backend process, in which I'm doing some techniques, but after 40 seconds,...
View ArticleHow to install pfx certificate for ssl connection
Hi, I manage one IIS 8 site, I have access only through FTP and no other mode of access. My hosting provider given me one pfx certificate. I would like to know how do i install the pfx certificate so...
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 ArticleRedirection happening when it shouldn't be
I'm running IIS 10 on Windows Server 2019 on Amazon Web Services and something odd is going on. Note that I've prevented access to the server from the internet at the moment for security reasons, so...
View ArticleIIS does not recognize Windows authentication via PowerShelll
I am trying to update the status of Windows authentication in IIS, I tried to execute with the command:"Set-WebConfigurationProperty -Filter...
View ArticleHow to solve the 503 error
I have a .net core application and when I publish it to the iis default site, I get HTTP error 503. When I was troubleshooting, I found that the IIS application pool was stopped, and get the following...
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 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 ArticleBroken Download link for Dynamic IP Restrictions IIS Extension
Hi,I'm trying to install the Dynamic IP Restrictions Extension listed at the following URL: https://www.iis.net/downloads/microsoft/dynamic-ip-restrictions#additionalDownloadsUnfortunately all direct...
View ArticleMonitoring open Sql connection in IIS
Long story short - I have the below error.This error can come from too many connection in SQL or IIS. Is there a way to monitor how many current connections open in IIS? The goal for me is see how many...
View ArticleReturn value from stored procedure
There is something I don't understand. In my StoredProcedure I want to return the Id value, but gets an -1 each time. The category are saved correctly to the database, but I get a wrong Id back. When...
View Article