M
Martin
Hi,
Transferred a working ASP.Net app and database to a new machine and domain.
The app should be running as the local aspnet account (<processModel
userName="machine" password="AutoGenerate" ..... /> in machine.config)
The connection string is "packet size=4096;Integrated Security=SSPI;data
source=(local); persist security info=False;initial catalog=mydb"
the newmachine\ASPNET account has a login on SQL Server, and is a user on
mydb, and is in the group db_owner.
Can someone help me get this working?
Thanks
Martin
Transferred a working ASP.Net app and database to a new machine and domain.
The app should be running as the local aspnet account (<processModel
userName="machine" password="AutoGenerate" ..... /> in machine.config)
The connection string is "packet size=4096;Integrated Security=SSPI;data
source=(local); persist security info=False;initial catalog=mydb"
the newmachine\ASPNET account has a login on SQL Server, and is a user on
mydb, and is in the group db_owner.
Can someone help me get this working?
Thanks
Martin