Articles in the ‘ASP.NET’ Category

IHttpHandler and IRequiresSessionState Published March 4, 2010 by Dave under ASP.NET

If your web application relies on session to persist the user’s state and you’ve ever tried writing your own HTTP handler, you’ve probably run into an error: “Session state is not available in this context”. Thankfully, there is a simple remedy.

ASP.NET Maintenance Scheduling Made Easy Published August 4, 2009 by Dave under ASP.NET, Guides

Any time I have code I need to release for an ASP.NET website that I know is going to cause a recompile (like anything in app_code, any new binaries, master pages, user controls, etc.) I try to avoid doing it when I know there are a lot of users on the site. The best way to ensure that nobody will be using your website is to add scheduled maintenance support to your site. It’s very easy to do and it can save you and your users a lot of headache while you make updates.


©2010 www.geekscrapbook.com