SQL Azure Connection String Settings for Visual Studio Projects Deployed to Azure Web Sites

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…

1

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…

4