How do I get the Pivot Server Application to run on IIS 6? The handlers for the cxml don’t seem to be registering properly, because I get a 404 for requests to .cxml files.
The closest solution I can see so far is on http://forums.silverlight.net/forums/p/192470/454278.aspx , but this doesn’t seem to be the right way to do it. I see the handlers in the web.config under both system.webserver/handlers and system.web/httpHandlers.
In addition to the extension mappings proposed by gsimard on the pivot forum, reprinted here for convenience:
…the mime types section in
<system.webserver>also needs to be uncommented:Everything worked at this point.