Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 342779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:50:10+00:00 2026-05-12T10:50:10+00:00

I’m trying to get a custom handler to work for a specific URL (or

  • 0

I’m trying to get a custom handler to work for a specific URL (or set of URLs) in ASP.NET 3.5.

The handler doesn’t actually do anything significant yet – it just logs the request. I can post the code if anyone things it’s relevant, but I really don’t think it’s being called at all. (In particular, for normal exceptions I get a custom error page and logging… here I’m just getting the vanilla IIS 404.)

Here’s the relevant bit of the web.config file:

<system.web>
  <httpHandlers>
    <add verb="GET,POST" path="*.robot" validate="false" 
         type="CSharpInDepth.Wave.RobotHandler, CSharpInDepth"/>
  </httpHandlers>
</system.web>

(Obviously there’s other stuff in that section too, but I don’t think it’s relevant.)

Locally, running under the dev server, it works fine. On my real box, I always get a 404. Everything under the web site directory itself is the same (replicated via svn). That includes the bin directory containing CSharpInDepth.dll, which I’ve verified contains CSharpInDepth.Wave.RobotHandler.

I try to fetch http://csharpindepth.com/foo.robot and just get a 404.

I’ve tried with and without the assembly name, specific URLs or wildcarded ones… nothing’s working.

I’m sure I’ve just missed some simple flag somewhere in the IIS configuration, but I’m blowed if I can find it…

EDIT: It’s IIS version 6. Attempting to add *.robot to the ISAPI filter now…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T10:50:11+00:00Added an answer on May 12, 2026 at 10:50 am

    Well if the hosting box is IIS7 in integrated pipeline you need to add it into the other bit of the config:

    <system.webmodules>
      ....
      <modules>
        <add name="RobotHandler" type="CSharpInDepth.Wave.RobotHandler, CSharpInDepth"/>
      </modules>
      ....
    </system.webmodules>
    

    If it’s IIS6 then you’ll need to map *.robots to the ASP.NET ISAPI DLL.

    (For the non-Skeets you do this as follows)

    1. Open up IIS admin.
    2. Right click on
      the Web site you want to configure
      and select Properties form the
      context menu. This will display the
      Web Site Properties dialog.
    3. Select
      the Home Directory tab and click the
      Configuration button. This will
      display the Application
      Configuration dialog box.
    4. Click
      Add.
    5. Select the aspnet_isapi.dll
      from the .NET framework directory,
      the extension you want mapped and
      either All Verbs, or just the ones
      you want to map.
    6. Click ok.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 200k
  • Answers 200k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You need to specify a username/password to the end of… May 12, 2026 at 7:55 pm
  • Editorial Team
    Editorial Team added an answer No, SQL Server is smart and knows it is being… May 12, 2026 at 7:55 pm
  • Editorial Team
    Editorial Team added an answer You can still use the TableLayoutPanel. To add controls, you… May 12, 2026 at 7:55 pm

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
In order to apply a triggered animation to all ToolTip s in my app,
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.