当尝试使用 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.