I recently spent HOURS looking for a silly little SQL Azure connection string in my Visual Studio project. When I created the project I configured it to be deployed to an Azure web site and I also connected it with a SQL Azure server where I'm storing the data. Unfortunately I had entered an old…
Tag: ASP.NET
Using SAML Claims, SharePoint, WCF, Claims to Windows Token Service and Constrained Delegation to Access SQL Server
Okay, this will hopefully be the longest titled post I ever write, but I wanted to make sure it covered all the relevant technologies being discussed. This is an area that I’ve heard a more rumbling about recently, which is really all about how can I take a SAML claims user and get a Windows…
Intellisense for Properties on ASP.NET Custom Server Controls
NOTE: The solution described below is only necessary if your web page and custom control are in the same project. I had this really not fun time this week blowing a couple of hours on something that should have been zero impact so I thought I'd share here. I wrote a custom ASP.NET server control…