Solving single sign-on with Windows Authentication in IIS
To make Windows Authentication and single sign-on work locally on your development machine you need to follow a few steps.
To make Windows Authentication and single sign-on work locally on your development machine you need to follow a few steps.
I have been working a lot with upgrading assemblies to newer versions and debugging why things does not work. When doing this you often have to check which version you currently have in your βbinβ folder. This takes quite a lot of time as you have to check properties of each file (or hover of the …