# Copying Shared Assemblies to Local Folder

This topic explains how you can use the Smart tags to copy the shared assemblies to the local bin folder on the web site when deploying.

## Content



FarPoint.CalcEngine.dll, FarPoint.Excel.dll, and FarPoint.PDF.dll are installed to the GAC by default when installing Spread for ASP.NET.

You can use the smart tag verb "Copy Shared Assemblies Local" to copy FarPoint.CalcEngine.dll, FarPoint.Excel.dll, and FarPoint.PDF.dll to the local bin folder on the web site when deploying.

The smart tag verb appears as follows:

![Smart Tag Verb](https://cdn.mescius.io/document-site-files/images/346c9178-0ed8-4fb9-908b-1565b22fb408/artwork/copylocalverb.png)

The following entry is added to the web.config file:

```xml
<appSettings>
  <add key="fp_CopySharedAssembliesLocal" value="True" />
</appSettings>
```