Question

When I open SharePoint Designer, I can usually depend on using the "All Files" tab to find what i need. But I've never really understood what this thing is. I can't seem to find a similar file structure anywhere in the IIS site, or in the 14 hive.

There are other file structures as well, for instance, opening a sharepoint site in Explorer mode (path being http://servername/), or browsing to it in explorer via \\servername\davwwwroot

for more information on davwwwroot that i dont understand: https://stackoverflow.com/questions/21706142/what-is-davwwwroot

  • Do these file structures actually exist anywhere?
  • are they related?
  • Is there some key concept I am missing that's causing me to feel like i dont understand them, or are they just a tool some sharepoint developer thought would be useful?
Was it helpful?

Solution

Most of what you see in the browser or in SharePoint designer is not stored in the file structure on the SharePoint server. Rather, it is actually content, which is stored in the SharePoint content database(s). The content dbs are kept in SQL. For ease of understanding, the data stored in SQL is translated into a hierarchical tree structure when represented in SPD, or the browser or (for document libraries) in Windows Explorer.

davwwwroot is the representation of the root node when viewing SharePoint structures in Windows Explorer. It is not a physically accessible drive, it just looks like one.

Folders that are physically located on the SharePoint server hard disk are normally not accessible for writing data via SPD or the browser and require administrator access to the server.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top