Login failed for user '(null)'. Reason: Not associated with a trus
- From: boy <boy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 02:32:14 -0700
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:
- Re: Login failed for user '(null)'. Reason: Not associated with a trus
- From: Scott Allen
- Re: Login failed for user '(null)'. Reason: Not associated with a trus
- Prev by Date: Re: Stupid question
- Next by Date: DropDownList validation (separate from page)
- Previous by thread: Problem : IIS 6.0 with asp.net restart periodically with no reason
- Next by thread: Re: Login failed for user '(null)'. Reason: Not associated with a trus
- Index(es):
Relevant Pages
|