Solutions at a Glance... great for all .NET developers interested in security...- July 26, 2004 I was just talking with J.D. Meier (from PAG) about the Improving Application Security book and he pointed out a great page to me... the "Solutions At A Glance" list... this page lists a ton of very frequently asked questions around .NET security and provides links deep into all that great PAG security info.Some examples;How to write secure managed code Use strong names to digitally sign your assemblies and to make them tamperproof. At the same time you need to be aware of strong name...http://blogs.msdn.com/duncanma/archive/2004/07/26/197713.aspx Thanks Bill... Vaughn that is, not that other guy...- July 22, 2004 I noticed yesterday that my poll wasn't showing the question on the top of the list of choices, or the list of results. Viewing the source made it pretty obvious the <asp:label> was rendering, but that it was empty. Checking my code everything seemed fine, but when I retrieved the poll details through a Stored Proc I was using an Output param for the question text and it was always blank. Well, I knew there was an entire article on MSDN on this exact topic... and a quick search on...http://blogs.msdn.com/duncanma/archive/2004/07/21/190909.aspx |