JanaGanaMana
Register
Login
Application_BeginRequest is called too many times
Microsoft blend 4 control design mode is missing
The Best "Out-Of-Office" E-Mail Auto-Replies
Check empty Guid in SQL
PAL and NTSC countries
CSS basics
dev machine handles all file type requests ex: Img,js,css etc ..
skip it if u want
if (HttpContext.Current.Request.Path.ToLowerInvariant().IndexOf(".aspx") > -1)
{
return; // skipin BeginRequest handle
}