内部服务器错误-ASP.NET [英] Internal server error-ASP.NET

查看:95
本文介绍了内部服务器错误-ASP.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我使用报表查看器对报表进行了Delveloped处理,我使用iis上传到了远程服务器中并运行了网站,这是一个错误....
但是它在本地计算机上运行...

我收到以下错误:

Hi
i am Delveloped a report using report viewer i upload in remote server using iis and run the website its coming a error....
But its run in local machine...

I got the following error:

"  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

推荐答案

请参阅此视频

http://www.youtube.com/watch?v=vBNoTK31zPo [
refer this video

http://www.youtube.com/watch?v=vBNoTK31zPo[^]


这篇关于内部服务器错误-ASP.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆