没有关于错误的信息(asp net mvc 3)

时间:2013-09-06 14:08:56

标签: asp.net-mvc-3 sql-server-2008 debugging iis-8

我使用ASP.NET MVC 3开发了一个网站。该网站在本地开发服务器上运行良好。我使用visual studio 2010中的发布功能在托管上部署了网站。当我启动the site时,我看到了一个白色屏幕。

的Web.config

<system.web>
    ...
    <compilation debug="True" targetFramework="4.0">
       .....
    </compilation>
    <customErrors mode="Off"/>
    ...
</system.web>   

有趣的是,迁移工作正常。在数据库中,将创建所有表。

如何启用错误信息输出?我很乐意接受任何建议。

0 个答案:

没有答案