0

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

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

知道为什么会这样吗?

网络配置

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

1 回答 1

0

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

它似乎在 Firefox 中不起作用,但在 IE 中尝试时,它工作正常。

于 2013-04-01T18:03:48.990 回答