返回首页

您好

我很Delveloped使用报表查看器我上传在远程服务器上使用IIS运行的网站,其未来的一个错误的报告......
但其在本地机器上运行...

我得到以下错误:

"  HTTP Error 500.19 - Internal Server Error

         The requested page cannot be accessed because the related configuration data for the page is invalid."

 

The Source code is:

 

</connectionStrings>

    <system.web>

      <compilation targetFramework="4.0" debug="true">

      <buildProviders>

      <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>

      </buildProviders>

            <assemblies>

                <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

                <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

                <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

                <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

      </assemblies>

      </compilation>

        <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web>

    <system.webServer>

        <modules runAllManagedModulesForAllRequests="true"/>

        <validation validateIntegratedModeConfiguration="false"/>

        <handlers>

            <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>

        </handlers>

    </system.webServer>

</configuration>

 

I was put a web config in root application not in sub folder ..

 

i was got this error

 

please reply what error i made in that

 

Thanks&Regards,

 

L.jayapriya

回答

评论会员: 时间:2
d