When you connect from ASP..Net you are probably connecting as the ASPUSER
Windows user - unless you are doing some unique security code in the ASP
page. Chances are you don't have a user and login defined for ASPUSER.
It's been a while since I used SQL 2000 but I think the procedures you will
need are sp_addlogin and sp_adduser. You will have to grant the appropriate
permissions to the ASPUSER in your database also.

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
> Hi, I'm fairly new at SQL access from an ASPNET webform and cannot seem to
> get the SqlConnection string to work properly.
[quoted text clipped - 15 lines]
> sincerely appreciated.
> Bruce L
bruce lawson - 25 Jan 2006 16:08 GMT
Hi, Thank you for your reply. I sent an email but it may not have gone thru,
as I'm on a work computer without a newsgroup server (aol). Anyway, I
appreciate your answer, but now think I have much bigger problems; I've been
getting memory errors, unexpected crashes and cannot connect to server
errors, which are becoming insistent, so I think it very well is a hardware
problem. Thanks again.
Bruce
> When you connect from ASP..Net you are probably connecting as the ASPUSER
> Windows user - unless you are doing some unique security code in the ASP
[quoted text clipped - 22 lines]
>> sincerely appreciated.
>> Bruce L