Category: Security

Set or change an Azure App Service file or folder permission

Azure App Service Benjamin Perkins

I was using FileZilla to try to change the file permissions and I got this error: Status:   Setting permissions of ‘/site/wwwroot/index.html’ to ‘644’ Command:  SITE CHMOD 644 index.html Response:  500 ‘SITE’: command not understood Status:   Setting permissions of ‘/site/wwwroot/index.html’ to ‘755’ Command:  SITE CHMOD 755 index.html Response:  500 ‘SITE’: command not understood Then I started […]

Read More →

How (I) configured Azure Active Directory into my ASP.NET MVC OWIN web application

ASP.NET Benjamin Perkins

Before I get started, keep in mind, that I am not a security expert, if you want to enable security for your Azure App Service Web App I recommend using EasyAuth as described here, so much easier, IMO. You likely get some benefits from the ‘Change Authentication’ features of: No Authentication Individual User Accounts Work […]

Read More →

Using TLS 1.2 with WCF

Security Cyber Benjamin Perkins

NOTE: Security is a very serious topic and you should always engage an IT security expert before deploying an application that needs to be secure. This article is intended to share my experience versus being an article to use as a guideline. With all the news about the different vulnerabilities like heartbleed and poodle, developers […]

Read More →

HTTP 404 after installing an SSL Certificate

IIS Benjamin Perkins

I was configuring an SSL certificate and once complete, when I attempted to access the website using https://localhost I started receiving a 404 error as shown in Figure 1. Figure 1, 404 HTTP Status after installing an SSL Certificate I tried some shots at troubleshooting the issue using Failed Request Tracing and LogParser to view […]

Read More →