MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

How does SharePoint expose documents via UNC paths?

  Asked By: Alisha Savalia         Date: Apr 01, 2009      Category: MOSS      Views: 896
 

I am new to SharePoint, and one thing I was very surprised to find is that I
could access document libraries via a UNC path. Surprised given that I
thought the documents are stored in the content database, not the filesystem.

Can anyone direct me to some reading that discusses how this works?

Eg: is SharePoint hooked into the file system and reading these files out of
the database?

How does SharePoint react to file-level operations performed via this
interface?

Tagged:                

 

1 Answer Found

 
Answer #1       Answered By: Lesley Tate          Answered On: Apr 01, 2009       

The documents  are stored  in SharePoint content  databases, although you can
still access  them via a UNC path, thru either WebDAV or SharePoint FrontPage
Server Extensions (depending on the port you are using), which is identical
to using the SharePoint 2007 explorer view. This means that SharePoint is
not hooked into the file  system whatsoever (although you can do it the other
way around and store SharePoint documents on the file system  instead of a
content database: http://www.lcbridge.nl/vision/2010/blob.htm ).

In Windows 2008 you can simple create a mapping like so:
- Open Windows Explorer
- Right-click the Network node and choose Map Network Drive.
- Choose Connect to a web site that you can use.... etc...
- Click Next twice.
- Enter the name of your list or library, eg: http://neptune/Shared Documents
- Click Next.
- Choose a name for this network location and finish.

If you're using it, you're missing out on all sorts of SharePoint related
actions, such as the possibility to check-out files  or start a workflow.
What I do like about it though is that end users are able to migrate documents
from a file system to SharePoint in the easiest way possible (or move documents
out of SharePoint to a file system, for that matter).

 
Didn't find what you were looking for? Find more on How does SharePoint expose documents via UNC paths? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].