Re: SQL - Login falied, user null error w SSPI
From: shyam (excelsmart1@yahoo.com)
Date: 03/03/03
- Next message: Michel Gallant \(MVP\): "Re: CryptoAPI vs .NET"
- Previous message: Tim Heron: "Re: X509 Certificate and Windows Service"
- In reply to: ShikariShambu: "SQL - Login falied, user null error w SSPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "shyam" <excelsmart1@yahoo.com> Date: Mon, 3 Mar 2003 17:13:53 +0530
u try this...it will force u to start ur context under specified username
and pwd...
<processModel
enable="true"
username="domain\user"
password="password"
/>
"ShikariShambu" <shikarishambu70@hotmail.com> wrote in message
news:Osa6p#N4CHA.2396@TK2MSFTNGP09.phx.gbl...
> Hi,
> I have an intranet site that is set to use integrated windows
> authentication. For data access we are running the website under an
account
> that has privilege to access the DB( by setting the anonymous access
account
> in iisadmin for the site). However, when I try to run the site I get an
> error saying
>
> Login failed for user '(null)'. Reason: Not associated with a trusted SQL
> Server connection
>
> Appreciate any help in resolving the error.
>
> thanks
>
>
- Next message: Michel Gallant \(MVP\): "Re: CryptoAPI vs .NET"
- Previous message: Tim Heron: "Re: X509 Certificate and Windows Service"
- In reply to: ShikariShambu: "SQL - Login falied, user null error w SSPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|