Nates Stuff

Perspectives on Computing :: Leave a Comment

Browse by Tags

All Tags » ASP.NET (RSS)
Encrypting Configuration Information for ASP.NET
Every company I consult with invariably has their own "security" assembly and they all have a hard-coded encryption key with the IV and the method to decrypt is right next to the method to encrypt. This is what I call marginal protection . Yes...

Posted by Nathan Zaugg | with no comments

SP1 for the .Net Framework 3.5 and Visual Studio 2008 Released to Beta
As promised by Microsoft when Visual Studio 2008 launched late last year, there is a service pack for available both for the .Net framework 3.5 and Visual Studio 2008. Information about the release can be found on ScottGu's Blog and mostly include...

Posted by Nathan Zaugg | with no comments

Disable an ASP.NET button after clicking
I was creating a payment form recently and I wanted to disable the submit button after the user had clicked it so that there was no chance of them clicking it twice on accident. This seems like one of those things that just ought to be a slam dunk! Back...

Posted by Nathan Zaugg | 6 comment(s)

Filed under:

Registering a Control Defined inside of a web solution
I've come across this several times. You build a custom control inside of your web_code folder and you can't reference it from your project because you can't figure out what assembly your supposed to reference (as your web code doesn't...

Posted by Nathan Zaugg | with no comments

Filed under: