【问题标题】:ASP.NET Website Administration tool not openingASP.NET 网站管理工具未打开
【发布时间】:2013-04-01 16:01:46
【问题描述】:

当尝试使用 VB.NET 的登录控件并单击“管理网站”时,T 网站管理工具未打开。

我正在使用 VS 2012 Professional 和 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.

【问题讨论】:

    标签: asp.net sql-server vb.net administration


    【解决方案1】:

    问题在于项目使用的默认浏览器。

    在 Firefox 中好像不行,但是在 IE 中试了一下,效果很好。

    【讨论】:

      猜你喜欢
      • 2011-11-03
      • 1970-01-01
      • 2014-12-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多