Gaurav Agrawal
Gaurav Agrawal

Reputation: 4431

Call ashx handler file in asp.net 4.0 Routing

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

Upvotes: 0

Views: 565

Answers (1)

user845802
user845802

Reputation:

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

Upvotes: 1

Related Questions