Introduction I recently install Mint Linux on a tiny $200 13″ laptop because Windows 10 was killing its performance since I got it. I got […]
SSRS Windows Integrated Security: Login failed for user ‘NT AUTHORITYANONYMOUS LOGON’
The Overly Complicated Problem I spent about 2 days trying to figure this problem out, until we had some professional help step in to help […]
Setting Up WCF with Windows Authentication
Introduction Configuring WCF to do anything for the first time is very time consuming, frustrating and just generally a hassle. My coworker and I mucked […]
Get Authorized Roles from Web.Config
Introduction To avoid hard coding the names of AD Groups, it is best to just pull them from a place where they already exist. They usually exist […]
CS0246: The type or namespace name ‘NameHere’ could not be found (are you missing a using directive or an assembly reference?)
This is a fun problem I ran into, luckily I solved it rather quickly. The Setup I have a website setup in IIS7.5 running on […]
How to connect to a remote SQL Server
I posted about this on Stackoverflow.com http://stackoverflow.com/questions/2486610/how-to-connect-to-sql-server-from-another-computer/6765184#6765184 I think I will revisit this later to find the correct 1 way solution to this problem.