Groups | Blog | Home
all groups > asp.net webcontrols > november 2003 >

asp.net webcontrols : WEB.CONFIG: httpHandlers



dwa
11/7/2003 3:15:24 PM
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



jiany NO[at]SPAM online.microsoft.com
11/10/2003 1:34:13 AM
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.
AddThis Social Bookmark Button