This article talks about using Visual Studio for performance and load testing of SharePoint 2013 and SharePoint 2013 applications.
https://msdn.microsoft.com/en-us/library/jj710162.aspx
This article talks about using Visual Studio for performance and load testing of SharePoint 2013 and SharePoint 2013 applications.
https://msdn.microsoft.com/en-us/library/jj710162.aspx
From the Microsoft Learning site:
“Take any Microsoft Certified Professional (MCP) exam between January 5, 2015, and May 31, 2015. If you don't pass, get a free retake!”
More information can be found at https://www.microsoft.com/learning/en-us/second-shot.aspx.
Good luck to test takers!
This is my first publication on Microsoft SharePoint 2013 which I originally wanted to publish a lot sooner! This book is intended for various Information Technology professionals including architects, administrators, support individuals, power users, content management specialists, compliance specialists, power users and end-users who work with the Microsoft SharePoint and are interested to learn about new and improved features in Microsoft SharePoint 2013. The book is available through Amazon and you can read it on Kindle or on Kindle App. Please go to http://www.amazon.com/dp/B00NTSTRQ8 to buy the kindle edition of this book.
This can happen if you restore a site from a SharePoint farm where a feature dependent list was created and this feature is not installed in the farm where the site is being restored. Please note that sometimes solutions such as U2U CAML Query Builder can create lists during feature activation. Once you have identified and removed the orphaned list, this issue should resolve. If you don’t have access to SharePoint Management Shell, you can delete the orphaned list in SharePoint Designer by selecting All Files –> Lists.
This can happen if feature activation is set to manual in the Visual Studio solution. Check the Site Collection Features or Site Features page by going to Site Settings and activate the feature if needed.
I came across the following error while trying to open a SharePoint 2010 site in SharePoint Designer 2010:
“You do not have permission to do this operation. Ask your web site administrator to change your permissions and then try again, or log in with a user account that has this permission. To log on with a different user account click OK”
After spending sometime, it turns out the anonymous authentication was disabled in IIS for some reason.
After enabling the anonymous authentication, I was able to open the site collection in SharePoint Designer 2010.