我有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>