Welcome to CallContext Sign in | Join | Help
Don't. Well, don't if you're building an ASP.NET application that's going to run in a walled off environment on a shared server. Why? Well, it's an interesting issue of security, you see. Strange isn't it, that the Data Protection API has security issues? Read More
Here is a nifty (and Web 2.0!!) post about what you should do when deploying an ASP.NET application into production. Considering what I'm going through at the moment to secure an Internet banking web site, there's some nifty time-savers in here. Of course, Read More
For as long as I've been caring about the layout and content of the source files I use for any project, I've been prone to splitting the CSS for any web applications I do into two separate files, usually named something like Presentation.css and Layout.css. Read More
I've been pulling my hair out all weekend over a configuration issue that still doesn't make sense to me. I've created a custom configuration file section in order to simplify the configuration of one application I work on and was following along the Read More
I have just spent two days chasing down a production bug that didn't occur in the development environment. When I had given up and decided to pepper the source with logging and put in a few judicious empty Try/Catch blocks I finally stumbled across the error. AND IT WASN'T ME!!! Sort of. Read More
Creating nice interfaces using CSS that are standards compliant is one of the more frustrating tasks for a non-web guy doing web stuff. While I understand the principles behind the tools I use, sometimes overcoming the annoying quirks of the different Read More
Scott Guthrie has posted a great tip regarding registering controls in your pages. I didn't know you could do this in ASP.Net 2.0 ! I should read the docs, I suppose... :) Read More
I think I've already mentioned this on here somewhere, but making your session object typesafe is one of the coolest things you can do. It now appears I'm not the only person that likes this idea. Read More
I didn't know you could do this (courtesy of Eric Wise from CodeBetter.com). Apparently, you can get the original, unmangled control ID using the ClientID property of the control. Read More
I'm only really making this entry so I can keep the link in the BAS (Blog Attached Storage), but both of you might be interested in having this around. Read More
More Posts Next page »