Search Results for: trouble shooting

Troubleshooting an IIS Add Roles and Features error

IIS Benjamin Perkins

It is common to install or uninstall Web Server features. You need these features to execute ASP.NET pages, perform logging, authenticate user requests, etc…. Figure 1 shows a sub-set list of features which you may choose to install. Figure 1, Add Roles and Features list, small example Try walking through the ‘Add Roles and Features’ […]

Read More →

Enable CAPI2 event logging to troubleshoot PKI and SSL Certificate Issues

Security Cyber Benjamin Perkins

The CryptoAPI 2.0 Diagnostics is a feature available on Windows Server 2008+ that supports the trouble shooting of issues concerned with, for example: Certificate Chain Validation Certificate Store Operations Signature Verification This article describes how to enable the CAPI2 Diagnostic, but for an in depth review of the capability, check here. Enable CAPI2 logging by […]

Read More →

With-clause referenced two different from-clause elements

Benjamin Perkins C#

I believe if you are getting this error that there is more likely something wrong with your configuration than with NHibernate. I received this error when I wanted to create a nested join between 2 unrelated tables. Something like this in HQL: [sourcecode language=”sql” padlinenumbers=”true” autolinks=”false” gutter=”false” toolbar=”false”] select tbl.CODE, av1.NUM, al1.CODE from TABLE tbl […]

Read More →

About Benjamin

Benjamin works at Microsoft in Munich, Germany as an Escalation Engineer on the Microsoft Azure team.  He has been working professionally in the IT industry for more than 2 decades.  He started computer programming with QBasic at the age of 11 on an Atari 1200XL desktop computer.  He takes pleasure in the challenges trouble-shooting technical […]

Read More →

Service Bus triggered Azure Function AutoComplete false, duplicates

Azure Functions Benjamin Perkins

As you read here the default setting for AutoComplete is true.  When you create a Service Bus triggered Azure Function you install an extension named Microsoft.Azure.WebJobs.Extensions.ServiceBus as shown in Figure 1. Figure 1, Service Bus Azure Function AutoComplete The NuGet package is here and the source code here.  The point of this article is explain […]

Read More →

How to get a Bearer access token for Azure

Security Cyber Benjamin Perkins

Even though I am not a security expert, it has always interested me.  When I worked on the IIS team some years back, pre Azure and pre Cloud days the protocol mostly used for large corporations was Kerberos.  Initially, troubleshooting those issues would give me sleepless nights, but over some years you begin to see […]

Read More →