A
ALO
Hello,
I have a problem with httpHandlers.
I've created a simple handler (code attached)
I put the compiled DLL in the bin folder.
and I put the following in my web.config
<httpHandlers>
<add verb="*" path="*.test" type="SimpleHAndler.Handler,
SimpleHAndler"/>
</httpHandlers>
but, when I browse to http://localhost/myweb/myfile.test
I get file not found.
What am i doing wrong?
Elad
I have a problem with httpHandlers.
I've created a simple handler (code attached)
I put the compiled DLL in the bin folder.
and I put the following in my web.config
<httpHandlers>
<add verb="*" path="*.test" type="SimpleHAndler.Handler,
SimpleHAndler"/>
</httpHandlers>
but, when I browse to http://localhost/myweb/myfile.test
I get file not found.
What am i doing wrong?
Elad