Cannot resolve IHttpHandler
Posted
by baron
on Stack Overflow
See other posts from Stack Overflow
or by baron
Published on 2010-05-21T02:03:50Z
Indexed on
2010/05/21
2:10 UTC
Read the original article
Hit count: 424
For some reason when I am trying to create a class which implements IHttpHandler I cannot resolve IHttpHandler.
Statements like:
using System.Web;
are not helping either.
This is a class library project, I am following example here: http://www.15seconds.com/issue/020417.htm
What am I doing wrong?
© Stack Overflow or respective owner