Symptoms
SiteBuilder returns error during publishing of site content to website served with IIS 6/7 on x64 platform:
The site cannot be published to the specified location.
Cannot publish site because the publishing location status is 'Static only'. If you want to publish anyway,
please remove all modules from your site.
Details:
OLE DB Provider is not installed or is configured incorrectly.
Cannot publish site because the publishing location status is 'Static only'. If you want to publish anyway,
please remove all modules from your site.
Details:
OLE DB Provider is not installed or is configured incorrectly.
Cause
The following factors make the cause of issue:- SiteBuilder uses MsAccess for data storage, and makes access to the file through OLE DB.
- POA manages IIS only in native (x64) mode.
- Microsoft has no OLE DB provider for x64 architecture for MsAccess.