Been 2 days I couldn’t check my files in and the SharePoint Designer keeps throwing below error on every Check In.
At last I found a fix on it.
The error was because I opened a Site using it’s IP Address, for example:
http://192.168.11.22:3445/MySite
The solve is by opening that site using the Computer Name (in my case I’m working locally / LAN), for example:
http://MyServerName:3445/MySite
If you’re working on the internet site, I think the fix is the same. Use FQDN, for example:
http://www.MyDomain.com/MySite
Hope this help.
Leave a Reply