2013-04-01 37 views
0

當試圖使用VB.NET的登錄控制並點擊'管理網站'時,T網站管理工具沒有打開。ASP.NET網站管理工具沒有打開

進出口使用VS 2012專業版和SQL-Server Express的2012

任何想法,爲什麼發生這種情況?

的Web.Config

<?xml version="1.0"?> 
<!-- 
    For more information on how to configure your ASP.NET application, please visit 
    http://go.microsoft.com/fwlink/?LinkId=169433 
    --> 
<configuration> 

    <connectionStrings> 
    <add name="ConnStringDb1" connectionString="Data Source=localhost;Initial Catalog=master_db;Integrated Security=True;" providerName="System.Data.SqlClient" /> 
    </connectionStrings> 

    <system.web> 
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.5"/> 
    <httpRuntime targetFramework="4.5"/> 
    </system.web> 


<appSettings> 
    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/> 
</appSettings> 
</configuration> 

試圖進入手動鏈接到瀏覽器:

http://localhost:64309/asp.netwebadminfiles/error.aspx 

讓我的網頁上這樣的錯誤:

An error was encountered. Please return to the previous page and try again. 

回答

0

的問題是用於該項目的默認瀏覽器。

它似乎不適用於Firefox,但在IE中嘗試時,它工作正常。