Thx. I tried both suggested methods with no luck.
The sites was working fine running IIS6 on 2003 SP2, but not running IIs7 on 2008.
Other ideas?
Main Topics
Browse All TopicsAfter upgradeing mig sharepoint services server from windows 2003 to 2008 (and IIS 7.0) I no longer can connect to sharepoint site:
HTTP Error 401. The requested resource requires user authentication.
If I disable "Use Integrated Windows Authentication" and IE I can connect to the site. But I have several sites that needs the "Integrated Windows Auth" option enabled. So anyoen know how to solve this after the IIS 7.0 upgrade?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Plz check this out and see the web.config and machine.config settings...
http://msdn.microsoft.com/
Thanks.
Looked through the doc. but can't find a solution here.
Something must happen when upgrading to 2008 since it worked before that and if I iinstall a clean 2008 it also works.
I have this in web.config on both working and not working server:
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<allow users="*" />
</authorization>
I do not have a <identity impersinare> element in machine.config on either servers.
Business Accounts
Answer for Membership
by: Robbie_LeggettPosted on 2008-11-27 at 02:56:04ID: 23049068
It may be down to the loopback check registry key. have a look here:
http://support.microsoft.c om/default .aspx?scid =kb;en-us; 896861
:-)