SSL Scalability with IIS 8 (Windows 8 Server)
One of the biggest problems with IIS on the previous versions of IIS was in regards to scalability. This restriction was at the OS level at the kernel mode. There is nothing much that we could do to...
View ArticleDisable Client Certificate Revocation (CRL) Check on IIS
I have been asked this question on several occasions on how to disable revocation check in IIS 7. It was pretty easy for IIS 6, on IIS 7 there is no documentation on how to do so. This post will...
View ArticleSupport for SSL on Windows Azure Web Sites
Finally in the first week of June 2013, it has been announced that Windows Azure Web Sites will provide native support for SSL, which includes both SNI SSLandIP based SSL for custom web site domain...
View ArticleAzure Web Apps: How to retrieve user email in the claim when using Microsoft...
App Service Authentication/Authorization also known as Easy Auth is one of the widely used feature in Azure App Service. It reduces the burden on the developers and provides a way for the application...
View ArticleAzure App Service: How to connect to the Kudu site of a specific instance
Every Azure Web App has an associated ‘scm’ service site, which runs Kudu and other Site Extensions. OVERVIEW: Kudu site can be accessed using either of these credentials Single Sign-on User-level...
View ArticleAzure App Service: Using cURL for deployment
cURL is a command line tool that can be used to send or receive files. cURL.exe supports numerous protocols like HTTP, HTTPS, FTP, FTPS, SFTP, LDAP, TELNET, SMTP, POP3 etc. For more information please...
View ArticleAzure App Service: How to read & parse connection strings via PHP
On Azure App Service, developers have the ability to configure the connection strings as key-value pair under App Settings section. Here is a sample screenshot: At runtime, Azure App Service retrieves...
View ArticleAzure App Service: Manually collect memory dumps
While troubleshooting web application performance issues we are sometimes required to gather memory dumps during the time of the issue. In Azure App Service, we do not have RDP access to the machines....
View ArticleAzure App Service: Generating memory dumps on first chance exception using...
In one of my older posts, I have explained on how we can generate memory dumps on first chance exceptions using Debug Diag. In certain scenarios where the users do not have permissions to install...
View ArticleAzure App Service: Using Easy Auth to query Facebook information via Graph API
On 8th August 2016, Facebook ended support FQL (Facebook Query Language). Here is a screenshot of the messaging from their site Facebook Query Language (FQL) Reference So they are encouraging the...
View ArticleClient Certificate Authentication (Part 2)
This is a continuation of my earlier post on Client Certificate Authentication (Part 1) aka TLS Mutual Authentication. Earlier, I had discussed on what Client Certificates are and how they work in...
View ArticleAzure App Service: Understanding TLS Mutual Authentication with Web App
I have published 2 posts in the past on Client Certificate authentication. Client Certificate Authentication (Part 1) Client Certificate Authentication (Part 2) In order to enable Client Certificate...
View ArticleHTML Table with horizontal & vertical scrolling
I blog very frequently and sometimes the posts contain code snippets. The site template sometimes limits the available real-estate and this can cause certain issues. If there is long text in one line,...
View Article