Disable CRL Checking in IIS 8
When working on a system with no internet access it is important to ensure that CRL checking is disabled. If not disabled you will always receive a 403.13 error after entering you pin.
tag
When working on a system with no internet access it is important to ensure that CRL checking is disabled. If not disabled you will always receive a 403.13 error after entering you pin.
When wanting to debug in VS sometimes I only want to attach to a specific Application Pool. To find out which Process Id belongs to what Application pool open a Command Prompt and use the following…
While attempting to load a .Net 4 website I kept getting a configuration error and the following item in the Event Log
One of the biggest issues I have found with using authentication methods like Kerberos Constrained Delegation is that the first person who hits the site in the morning gets a 500 error until the…
Disable Loopback check HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Lsa New DWORD Value: DisableLoopbackCheck = 1 (Decimal) CRM Settings HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSCRM New DWORD…
While working on a CRM 2011 application I kept getting the following error even though I was not even using the CRM 4.0 SDK file.
When attempting to connect ADFS 2.0 and SharePoint 2007 most of the documentation assumes you are using the NetworkService account to run the application pools for the SharePoint content web…
The following is taken from the following KB article: <http://support.microsoft.com/kb/982813>. I have had to do this so many times though I found it easier to post it here :)
After installing ADFS 2.0 for SharePoint a Windows login prompt was shown when the SharePoint site forwarded to the ADFS server instead of the ADFS Forms Authentication login screen.
One of the smart guys I work with posted some information about debugging the W3WP process that I though I should share.
When Microsoft designed IIS 7 they decided to add in a new feature that automaticaly uses the LocalSystem account for Windows Authentication by the kernel.
Users accessing SharePoint using a CAC card may experienced problems with saving and checking in Excel and PowerPoint documents on the SharePoint servers.