Recently my SharePoint sites and Central Administration site became not accessible. After some inspection I found that they cannot access SharePoint Config database. When I checked SharePoint_Config database by SQL Management Studio I saw that SharePoint_Config database is marked as Suspect. That is the first time that I saw a […]
SharePoint
The issue is when you click on another user’s name to view him/her information you get a page cannot be displayed error. The link that should work is http://blabla.com/_layouts/userdisp.aspx?ID=12&Source=https%3A%2F%2F…etc. If you append query parameter “Force=True” to the url, then it works fine. After some googling I’ve found several blog posts […]
A few days ago we’ve got a strange “413” error while we’re testing our provider hosted application on our SP 2013 development environment. The description of the error is “Request Entity too large” which doesn’t make sense because as the description implies we know that this error can occur while […]
SharePoint Server 2016 is on it’s way. By that time you can give feedback and suggestions on SharePoint and help improving SharePoint. Please click the link below and check whether your suggestions have given already. If so you can vote that idea to make it appear on the top of […]
From now on I’m going to share useful applications for SharePoint 2013 on my blog. Here is the first one that I saw on Microsoft SharePoint’s facebook page. The RePoint InfoScreen module delivers an easy-to-use system to create good looking, responsive infoscreens that can be displayed on any internet browser. […]
A strange error occurred in one of my projects. In my SharePoint 2013 environment, I’ve a web application running on port 80. When I need another web app, I gave it port 89. After giving a CNAME , I setup AAM and IIS bindings so that users can access my web app by writing http://xxx.com.tr instead of […]
SP24 is over and all sessions are now available for free for registered users at www.sp24conf.com. If you missed any session and/or you want to watch them again, you can go to the conference page or just find the session you want to watch on the list below. BTW, don’t forget […]
The Coding Magazine is a multi-author blog platform founded by me and Mete Bulutay. Although currently main topic is SharePoint, we’re open for all “coding” subjects. I’m going to post my blog posts on codingmag.com as well. If you want to be an author of codingmag.com, you can contact us via […]
Great news for the ones who missed our SP24 Session. On May 14th 2014 – entire SP24 conference will be re-run and re-shuffled which is called as “SP24 Rewound”. SP Rewound will be again 24 hours conference but the sessions will be re-shuffled to give an opportunity to attendees who missed sessions because of the time […]
Lately I was working on a SharePoint portal project which has to be accessed anonymously. I’ve set up everything and it seems everything was working till I’ve created a custom masterpage. Suddenly the pages using that masterpage started to ask user credentials even they are allowed for anonymous access. After […]