Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 713 posts 954 karma points
    Jan 06, 2010 @ 02:21
    Tom
    0

    Can't get it to work under IIS7

    Hi im using IIS7 running a classic app pool and umbraco 4

    my web config looks like

    <

     

     

    add name="xml" path="*.xml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />

    <

     

     

    add name="SitemapXml" verb="*" path="sitemap.xml" type="MA.Umbraco.Web.SiteMapGenerator.SiteMapHttpHandler, MA.Umbraco.SiteMapGenerator" />

     

    and im getting

    Handler "SitemapXml" has a bad module "ManagedPipelineHandler" in its module list

    when trying to access sitemap.xml..

    any hints?

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Jan 06, 2010 @ 06:43
    Sebastiaan Janssen
    0

    Sounds like some configuration or even asp.net install error. Check out this topic on the IIS forums.

    Or (shameless plug for my own package coming!) you could just use the Cultiv Search Engine Sitemap, which is really only a simple XSLT file.

  • Richard 38 posts 78 karma points
    Mar 23, 2010 @ 19:16
    Richard
    0

    I'm using IIS7 too, and the instructions are apparently for IIS6. Too risky to try to map them. So, as soon as IIS7 is tested, and instructions available, let us know!

    Thanks!

    R

  • Masood Afzal 176 posts 522 karma points
    May 23, 2010 @ 02:13
    Masood Afzal
    0

    For IIS7, go to website > Handler Mappings > Add managed handler

    Add following entries: 

    Request path: *.xml

    Type: MA.Umbraco.Web.SiteMapGenerator.SiteMapHttpHandler

    Name: sitemap.xml (or as defined in webconfig)

     

  • Masood Afzal 176 posts 522 karma points
    May 23, 2010 @ 02:17
    Masood Afzal
    0

    web.config for iis 7

    <!-- IIS 7 Integrated Mode Configuration

    <system.webServer>

        <handlers accessPolicy="Read, Write, Script, Execute">
    ...
          <add name="Sitemap.xml" path="*.xml" verb="*" type="MA.Umbraco.Web.SiteMapGenerator.SiteMapHttpHandler"

        </handlers>

    </system.webServer>

Please Sign in or register to post replies

Write your reply to:

Draft