John's profileJohn BarshingerPhotosBlogLists Tools Help

Blog


    August 10

    how to make index server highlighting work on W2K3 Server IIS6 .HTW

    The problem – clicking on Summary or Full produces page not found as shown below:

    before

    There are 2 things that must be done in IIS Configuration Manager to fix this problem:

    1) You must have an application mapping for .htw:

    step1

    2) You must have an “allowed” Web Service Extension for the DLL that you are using for the .htw application map:

    step2

    After these two things are done correctly, you should see something like this:

    after