emergency about SQL Server connection

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Shawn,

You should not use the ASPNET account. It is a local account that
doesn't have access to the network. Rather, you should create a distinct
user that can connect to the db, and impersonate that user in the page.

Hope this helps.
 
I got a problem with connecting to SQL 2000 Server in Windows 2003. I have
created ASPNET login account and granted to a database that I need to
connect. but I still do not have permission to connect with C# ASP.NET. Does
any one can do a help for me?

Shawn
 
Back
Top