Deciding Where to Store Attachments

N2 can store uploaded files (attachments) within the database or in the filesystem.

The default is to store attachments in the filesystem.

If you want to store attachments in the database, you need to add this to your web.config:

<database><files storageLocation="database" />