I have a web ap which works just fine connecting to Sql Server DB on another node when using V1 of the .net framework.
I am getting the following error.
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
The event log on the SQL server node indicates a bad user id or password. However I have set (and reset) the ASPNET account password several times.
Can anyone point me to a good reference document on ASPNET security with v2 of the .net framework?
Everything I am finding with my searches is still referencing v1 of the framework, and due to the changes in this area, those solutions don't work!
Thanks
Joyce
I am getting the following error.
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
The event log on the SQL server node indicates a bad user id or password. However I have set (and reset) the ASPNET account password several times.
Can anyone point me to a good reference document on ASPNET security with v2 of the .net framework?
Everything I am finding with my searches is still referencing v1 of the framework, and due to the changes in this area, those solutions don't work!
Thanks
Joyce