我有domain
服务器和mssql
数据库。当我aspx
通过服务器运行页面时,domain
它给了我异常。我有password
并且username
对于服务器中的sql
数据库,这domain
可能是问题所在。我应该怎么做才能修复它?
例外:
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
连接字符串:
<connectionStrings>
<add name="sky_PeopleEntities"
connectionString="metadata=res://*/hosting.csdl|res://*/hosting.ssdl|res://*/hosting.msl;provider=System.Data.SqlClient;provider connection string="data source=go.db.hosting.bg;initial catalog=sky_People;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework""
providerName="System.Data.EntityClient" />
</connectionStrings>