簡體   English   中英

ASP.NET網站管理工具無法打開

[英]ASP.NET Website Administration tool not opening

嘗試使用VB.NET的登錄控件並單擊“管理網站”時,T網站管理工具未打開。

我正在使用VS 2012 Professional和SQL-Server Express 2012

知道為什么會這樣嗎?

Web配置

    <?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.

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

似乎它在Firefox中不起作用,但是在IE中嘗試時,效果很好。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM