2016-11-02 44 views
0

我試圖在瀏覽器中瀏覽我的asp.net項目,但不斷收到服務器錯誤。我已經搜索了很多谷歌,但沒有找到任何解決方案,這就是爲什麼我問你們。'/'中的服務器錯誤嘗試瀏覽時的應用程序

錯誤 Server Error in '/' Application.

我目前使用Visual Studio 2015和SQL Server的2014.I我使用這個代碼和數據庫名稱是 「ytube_production」。

<system.web> 
<httpRuntime requestValidationMode="2.0" maxRequestLength="31457280" executionTimeout="36000" targetFramework="4.5" /> 
<customErrors mode="Off" /> 
<compilation debug="true" targetFramework="4.0"> 
    <assemblies> 
    <add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
    <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
    <add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> 
    </assemblies> 
    <buildProviders> 
    <add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider" /> 
    </buildProviders> 
</compilation> 

請讓我知道如果您有任何解決方案。在此先感謝

+0

您顯然沒有搜索:https://www.google.com/search?q=the+element+buildproviders+cannot+be+defined+below+the+application+level&ie=utf-8&oe=utf-8&client = firefox-b-ab – Nkosi

+0

http://stackoverflow.com/search?q=the+element+buildproviders+cannot+be+defined+below+the+application+level – Nkosi

+0

@Nkosi我在谷歌搜索這就是爲什麼發佈這個問題這裏。 – qarar

回答

相關問題