User Profile
manojdixit
Joined May 31, 2022
User Widgets
Recent Discussions
Re: IIS 10 serving wrong ssl cert
Mickeyd7 Can you try "netsh http show sslcert" in command prompt and see if you have any IP:PORT binding (not wildcard:port). IP:PORT bindings can be preferred by HTTP.sys over HOSTNAME:PORT binding due to backward compatibility. If present, try deleting with "netsh http delete sslcert IP:PORT"303Views0likes0Comments
Recent Blog Articles
Azure Bot Identity | Application with identifier 'x' was not found in the directory 'Bot Framework'
TL;DR Every Azure Bot has a fixed identity (MicrosoftAppId) tied to either an App Registration or a Managed Identity—it cannot be changed or reused. Azure Bot supports three identity types: ...367Views1like0CommentsAuditing Scenarios for Web Application Hosted in IIS - Part 4 - Files being written to folder
I have come across a few instances Root Cause Analysis (RCA) was requested for issues related to a web application that were caused by factors such as: Changes in permission of the Application Ro...6.1KViews1like0CommentsAuditing Scenarios for Web Application Hosted in IIS - Part 3 - Website deleted
I have come across a few instances Root Cause Analysis (RCA) was requested for issues related to a web application that were caused by factors such as: Changes in permission of the Application Ro...6.4KViews1like0CommentsAuditing Scenarios for Web Application Hosted in IIS - Part 2 - Permissions changed on Folder
I have come across a few instances Root Cause Analysis (RCA) was requested for issues related to a web application that were caused by factors such as: Changes in permission of the Application Ro...5.7KViews1like0CommentsAuditing Scenarios for Web Application Hosted in IIS - Part 1 - SSL Binding Modified
I have come across a few instances Root Cause Analysis (RCA) was requested for issues related to a web application that were caused by factors such as: Changes in permission of the Application Ro...7.5KViews3likes0Comments