我的网站在本地服务器上工作得很好,但在我在ftp上发布之后却没有。发布我的第一个视图以选择登录面板工作正常并且工作正常但其他页面给出了下面给出的错误。 还有人告诉我问题可能是因为你使用iis express 10而版本7.5在服务器上可用。 在我卸载了版本10并安装了7.5版之后,新项目工作正常但不是那些用iis express版本10制作的项目。 我已尝试过网络上的所有解决方案,但没有对他的错误有效,所以我再次发布这个问题...请帮助
[Win32Exception (0x80004005): The system cannot find the file specified]
[SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)]
可能是因为没有使用成员资格,所以provider和connectionstringname.am使用connectionstring而不是connectionstringname。
<connectionStrings>
<add name="UIETPortalDB" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\aspnet-UIET-Portal-20160707100444.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\DefaultConnection.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />