I have a doubt regarding the acces of the sharepoint site. I have created anintranet site for my organisation and its working fine. Now my problem is whenany user enters the site url in a browser its asking for user authentication /login credentials. I dont want the site to ask for the user logins every timethe site is accessed by the same user on same machine. i have tried to changethe settings in IIS Manager by unchecking the "Integrated WindowsAuthentication" and checking the "Anonymos Access". with these settings i'munable to open the site its saying "You are not Authorized to acess the site"how can i make the site not asking login credentials..
Leave Integrated Windows Authentication on. Add your website to yourLocal Intranet security zone in Internet Explorer. IE will log the useron automatically with their AD account.
Have you added the site to your trusted sites under security? Then you wouldjust choose automatic logon with username and password.
I'm assuming you have WSS V3.After you enable Anonymous Access in IIS you have to go to:Site Actions, site Settings, Advanced permissions (under Users andPermissions), Settings, Anonymous Accessand select option: Entire Web site.
I did the same but stil it was acessing for login details.And my url contains the ipaddress not the domain or machine name as i haveselected the ip in the iis manager.
Did you clear the cache from all the server? It may be hanging onto that?
How are you coming along with this issue?