HTTP Handlers???

D

dwa

I can't get the httpHandlers settings to work my
web.config file

My httpHanders section in web.config looks like this:

<httpHandlers>
<add verb="*" path="*.spud"
type="async.AsyncHttpHandler,async">
</httpHandlers>

In my service's code-behind, I've got an AsynhHttpHandler
implementation of
IHttpAsyncHandler:

namespace async
{
public class AsyncHttpHandler : IHttpAsynclHandler(...)
....
};

According to the documentation, specifying path
= "*.spud" should cause
asynch.AsyncHttpHandler to be processed whenever any page
with a .spud
extension is requested, but I can't get this to work.

What might I be doing wrong?

-- da
 
J

Jacob Yang [MSFT]

Hi,

I noticed that you posted the same question in the
microsoft.public.dotnet.framework.aspnet group. One community member has
replied you in that thread. Please check it when you have time.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top