help deploying Pivotviewer at runtime.

Discussion in 'Silverlight' started by liveandesor, Oct 17, 2011.

  1. i'm working with pivotviewer (silverlight) using and creating collections (.cxml) generated at runtime (used this tutorial:http://www.timmykokke.com/2010/08/runtime-pivotviewer-collection-creation/) , in localhost everything works fine , but when deploying it to discountasp it throws this error when trying to "call" the cxml:

    HTTP Error 500.21 - Internal Server Error
    Handler "CXML" has a bad module "ManagedPipelineHandler" in its module list

    I added the mimetype, and don't know why the handler doesn't work in discount but in localhost it works.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    1) are you using IIS or IIS Express in your local environment? Or are you using the development web server with VS.NET? They work fairly differently. I always recommend user to install IIS Express because it has the same code base as IIS 7.

    2) The error looks like the web.config has a problem. Post the module section of the web.config.
     

Share This Page