SharePoint 2010 running on Windows 2008 R2 sever with Host name header. the problem is NO ERROR message displayed it display just Blank White Page
Randy Williams on his blog posted that how to enable error message. Go to IIS website and select web.config for the Web Application and Edit. I add below code in between the <Configuration> element:
<system.webServer>
<httpErrors errorMode="Custom" existingResponse="Auto" > </httpErrors>
</system.webServer>
When you run your SharePoint site, System will display below error message.
How to overcome this issue.
The KB article from Microsoft explain http://support.microsoft.com/kb/896861
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
After completion regedit, Restart IIS server, and then type your SharePoint site address, you will able to view your site.
4 comments:
Useful, thanks!
Thank you very much for the useful tip.. it saves me lot of time.
If this works it will be more than useful it will be the miracle I have been looking for to get rid of the blank pages that are displayed which are useless if a user types their password incorrectly! I will let you know if it works.
If this works it will be more than useful it will be the miracle I have been looking for to get rid of the blank pages that are displayed which are useless if a user types their password incorrectly! I will let you know if it works.
Post a Comment