PDA

View Full Version : help deploying Pivotviewer at runtime.


liveandesor
10-17-2011, 04:00 PM
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.

bruce
10-18-2011, 10:11 AM
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.