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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top