hi. i use a Project.Web appclication and i need to use the system.web.ihttphandler but i cant find the reference, why is that and what could i do about it? i google some could not find any helpful answer.
A:
This is defined in System.Web. If you don't have a reference to that already in your project, you probably didn't create your Web Application Project correctly. You can add it manually.
Bryan
2009-11-04 22:11:04
Nah it is not that, i already checked and i got the reference to system.web..
Dejan.S
2009-11-05 06:14:55
Doh. in the example they put the file in App_Code folder, so i did to.. put it outside and it worked just great
Dejan.S
2009-11-05 15:31:31