SharePoint 2010: Sites not working
-
2012年5月2日 1:55
Hi
I have installed SharePoint 2010 without any issue. Central Control Panel is working fine. It created web application for me during the sharepoint farm configuration and its working fine.
BUT...... When ever i create a new web application and then site collection. It doesnt work. Browser shows me an error "Internal explorer cant display the webpage", It doesnt ask me for any password or credentials etc.
I am creating that site on port 80, then i also tried to create it on different port but same error.
Can please some one help?
Best regards
FYI
May be i can do something on DNS level, Add a CName or new host but i not sure.
SharePoint 2007 (Administration/Development) | Web developer and .NET DTS Programmer | .NET Framework 2.0/3.5 | SQL Server 2008/2005/2k
- 編集済み aliusmankhan1 2012年5月2日 2:04 adding more info
すべての返信
-
2012年5月2日 3:42
Hi,
Did you configure "Host Header" while creating web application?. If so, you need to add A Record in DNS to map IP address of the server or load balancer.
You can create web applications without Host Header (Leave that blank) while creating web application. But the URL os the site will look like http://your server:port number .
Please let us know, if you need more details.
Regards
Xavier
- 回答としてマーク aliusmankhan1 2012年5月2日 7:06
-
2012年5月2日 4:25Click Application Management > Alternate Access Mappings, and make sure the Default URL is set for your site and it matches the dns entry you are using. So if your port is 80 then http://site.domain.org should be set on your site. The way you access it shoudl have a mapping in here for it to display the site properly. You can add additional URL's as well but for first time setup just setup one as the default for your site. (leave the central Admin URL as is).
-
2012年5月2日 5:58
Thank you for you reply,
Yes i was using Host Header and as you suggested i added A Record in DNS, Now when i try to access site, it prompts me for credentials 3 times and then shows me a white blank page. I m not getting any error but site is still not accessible. Any ideas
Cheers
SharePoint 2007 (Administration/Development) | Web developer and .NET DTS Programmer | .NET Framework 2.0/3.5 | SQL Server 2008/2005/2k
-
2012年5月2日 7:06
I worked
What i did is
1. Added A Records in DNS
2. Disable the loopback check (less-recommended method)
To set the DisableLoopbackCheck registry key, follow these steps:- Set the
DisableStrictNameCheckingregistry entry to 1. For more information about how to do this, click the following article number to view the article in the Microsoft Knowledge Base:281308 Connecting to SMB share on a Windows 2000-based computer or a Windows Server 2003-based computer may not work with an alias name
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor, and then restart your computer.
thanks for the support :)
SharePoint 2007 (Administration/Development) | Web developer and .NET DTS Programmer | .NET Framework 2.0/3.5 | SQL Server 2008/2005/2k
- Set the

