|
-
Apr 24th, 2005, 01:52 AM
#1
Thread Starter
Member
Login Failed for user "NT Authority/Anonymous user"
HI,
i am developing a web application which sholud be accessible for only domain users(NT Athuntication) with database SQL SERVER 2000 with NT Athuntication.It is working fine if i am accessing from local system with address"HTTP:\\Localhost\applicationname".But where as if i am accessing with "HTTP:\\IPADDRESS\applicationname" after 10 mints it showing the error "Login Failed for user "NT Authority/Anonymous user". Can any body tell me the solution for this.
im using the fallowing connection for above said application problem.
Connection string "Intigrated security=sspi;databasename=XXX;server=ZZZ";
in the web.config i made impesrsastion=true;windows authuntication.
in the IIS i disabled Anonymous user access.Only intigrated windows security enabled.
Thanks in advance
satish
-
Apr 26th, 2005, 09:34 AM
#2
Addicted Member
Re: Login Failed for user "NT Authority/Anonymous user"
Hi,
if you are using IE have you set Enabled Integrated Windows Authentication off the Tools/Internet Options/Advanced tab?
-
Apr 27th, 2005, 04:59 AM
#3
Thread Starter
Member
Re: Login Failed for user "NT Authority/Anonymous user"
I think it is not requried.
-
Apr 29th, 2005, 10:03 AM
#4
Addicted Member
Re: Login Failed for user "NT Authority/Anonymous user"
How are you passing the credentials?
-
May 3rd, 2005, 08:24 AM
#5
Thread Starter
Member
Re: Login Failed for user "NT Authority/Anonymous user"
No need of passing the credentials.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|