views:

244

answers:

0

Hi everyone,

I am using ASP.NET mvc, and DataDynamic ctiver Reports for .NET 3.0 as my reporting engine.

I have designed my reports and it warks fine on Visual Studio Development Server. But when I deploy it on my IIS (5.1 on Winxp SP2), I have propblems with AdobeAcrobat reports viewer and chart reports. IIS returns an error:

[NotSupportedException: Specified method is not supported.]
   System.Web.Routing.StopRoutingHandler.GetHttpHandler(RequestContext requestContext) +29
   System.Web.Routing.StopRoutingHandler.System.Web.Routing.IRouteHandler.GetHttpHandler(RequestContext requestContext) +7
   System.Web.Routing.UrlRoutingHandler.ProcessRequest(HttpContextBase httpContext) +93
   System.Web.Routing.UrlRoutingHandler.ProcessRequest(HttpContext httpContext) +40
   System.Web.Routing.UrlRoutingHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context) +7
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

I have added http handlers to my Web.Config file (both, because I am using MVC), and I have add .ArCacheItem, .ActiveReport extentions in my IIS configuration as Application Mappings.

Am I missing something?

Regards