Rajya
Member
Hi
I am using SQL Server 2000 with ASP.NET (in VS.NET).
How do I implement login / access to the database server?
As I am developing on W2k, I am using Trusted Connection & have created a new Login in SQl Server (\Logins) for the user MYPC/ASPNET.
Its working on my dev machine, but when I copied the entire Solution to another W2k dev machine, login failed even after I created a Login for the ..\ASPNET user in SQL Server.
I know what I am doing is not the right way - how do I configure it all between ASP.NET & SQL Server?
TIA
I am using SQL Server 2000 with ASP.NET (in VS.NET).
How do I implement login / access to the database server?
As I am developing on W2k, I am using Trusted Connection & have created a new Login in SQl Server (\Logins) for the user MYPC/ASPNET.
Its working on my dev machine, but when I copied the entire Solution to another W2k dev machine, login failed even after I created a Login for the ..\ASPNET user in SQL Server.
I know what I am doing is not the right way - how do I configure it all between ASP.NET & SQL Server?
TIA