In this post i will create simple captcha image using generic handler. Create new GenericHandler and write this code snippet public void ProcessRequest( HttpContext context) { // Create radom number for captcha Random rand = new Random (); int number...