| Jon Jahren 2002-10-31, 7:23 am |
| Default user context for ASP.NET applications is the ASPNET system account.
See the MSDN documentation for info about the <impersonate> tag in your
web.config file.
Jon Jahren
"Paul" <paul@themedialounge.com> wrote in message
news:eRqlgvNgCHA.1432@tkmsftngp10...
> I am developing a web page in asp.net
>
> I have a webform which uses a connection to an sql server 2000 database
> residing on the local machine.
>
> Whenever I try to connect to the database I get the error message :
>
> Login failed for user 'DELL\ASPNET'.
>
> I can view the database in Server Explorer and have succesfully tested the
> connection.
>
> Does anyone have any ideas?
>
>
>
|