0

How to call handler captcha.ashx file routing asp.net 4.0 without MVC?

Gaurav Agrawal
  • 4,355
  • 10
  • 42
  • 61
  • possible duplicate http://stackoverflow.com/questions/3359816/can-asp-net-routing-be-used-to-create-clean-urls-for-ashx-ihttphander-handle – Vasea Jul 27 '11 at 08:02

1 Answers1

1

use typeof(IHttpHandler) instead of typeof(Page) as IHttpHandler