Re: Login failed for user '(null)'. Reason: Not associated with a trus
- From: Scott Allen <scott@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 10:23:18 -0400
Is the database on the same machine?
Are you using impersonation <identity impersonate="true"/> ?
--
Scott
http://www.OdeToCode.com/blogs/scott/
On Fri, 29 Apr 2005 02:32:14 -0700, boy
<boy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I got the following error message when I access the web application, in which
>the web application use SPPI to connect to database.
>
>"Login failed for user '(null)'. Reason: Not associated with a trusted
>connection"
>
>The web application is grant to a group only in web.config
> <authorization>
> <allow roles="Domain\AGroup" />
> <deny users="*" />
> </authorization>
>
>I have two 2 accounts, userA and userB, which belong to the same group
>"Domain\AGroup". userA can access the web application successfully, whereas
>userB cannot and prompted the above error.
>
>Do all you have encountered the same problem?
>
>Thanks!
.
- Follow-Ups:
- References:
- Prev by Date: Re: Stupid question
- Next by Date: Re: Forms auth for directory
- Previous by thread: Login failed for user '(null)'. Reason: Not associated with a trus
- Next by thread: Re: Login failed for user '(null)'. Reason: Not associated with a
- Index(es):
Relevant Pages
|