尝试使用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.
答案 0 :(得分:0)
问题是用于项目的默认浏览器。
它似乎在Firefox中不起作用,但在IE中尝试时,它可以正常工作。