Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Blank SharePoint Page After Successfull Installation

$
0
0

Dear All

I installed SharePoint Foundation 2013 on Server 2008 R2 Standard SP1. I got no errors during the installation. When I then opened a browser to visit http://tstbpp (TSTBPP is the name of my host) I got a blank page. The code of the page was

<!-- saved from url=(0070)http://tstbpp/_layouts/15/AccessDenied.aspx --><!-- Generated by F12 developer tools. This might not be an accurate representation of the original source file --><HTML><HEAD><META content="text/html; charset=utf-8" http-equiv=Content-Type><META name=Robots content="NOINDEX "></HEAD><BODY><SCRIPT type=text/javascript>
                 var gearPage = document.getElementById('GearPage');
                 if(null != gearPage)
                 {
                     gearPage.parentNode.removeChild(gearPage);
                     document.title = "Fehler";
                 }</SCRIPT></BODY></HTML>

It seems like that SharePoint does not like the credentials I am using to log into sharepoint. I am using the credentials I used to set up SharePoint Foundation 2013 (local administrator).

I tried

I installed Sharepoint Foundation 2010 on Windows7 Home Premium following the instructions at http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx. Everything looked fine but I got a blank page when accessing the Central Admin site. I fixed this in IIS:

1. Give iis at the command prompt
2. In the left pane: expand until you see the Central Admin website
3. Click on it
4. In the middle pane: doubleclick on IIS-Authentication
5. Enable Basic Authentication
6. Restart IIS

Source: Blank Page Issue 1

and I tried to add the corresponding application pool user to the local administrators.

The above was "Installing SharePoint Foundation 2013" as "Stand alone". When I make "Complete - Use for production environment" Installation I am translated to Central Administration and get also a blank page with the following code:

<!-- saved from url=(0032)http://tstbpp:12055/default.aspx --><!-- Generated by F12 developer tools. This might not be an accurate representation of the original source file --><HTML><HEAD><META content="text/html; charset=utf-8" http-equiv=Content-Type><META name=Robots content="NOINDEX "></HEAD><BODY><SCRIPT type=text/javascript>
                 var gearPage = document.getElementById('GearPage');
                 if(null != gearPage)
                 {
                     gearPage.parentNode.removeChild(gearPage);
                     document.title = "Fehler";
                 }</SCRIPT></BODY></HTML>


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>