What is Managed Path in SharePoint
Letās understand what is path first. In SharePoint you have seen some different types of site collection urls within same Web Application like : Ā· http://sharepointDemo Ā· http://sharepointDemo/subsite Ā· http://sharePointDemo/Subsite/SubSubsite Ā· http://SharePointDemo/Sites/Contoso Ā· http://SharePointDemo/Sites/Contoso/SubSite These different kind of URL structure called path & you can manage these path as per you your organization hierarchy or architecture. Some time you required to create a site collection with name of āDepartmentsā & under this āDepartmentā you might want to create some departments like HR, IT etc. and you want your site collection url should be like http://SharePointDemo/Departments/HR . Managed path is this. Where you can manage site collection pa...