Adding UGC DLLs

You need to add the UGC .NET assembly to your .NET Web site to implement UGC functionality.

Procedure

  1. Access the SDL Tridion installation media.
  2. Navigate to one of the following directories:
    • On a 32-bit operating system, access Content Delivery\roles\ugc\dotNet\x86\.
    • On a 64-bit operating system, access Content Delivery\roles\ugc\dotNet\x86_64\.
  3. Copy the file Tridion.ContentDelivery.UGC.dll to the bin\ subfolder of your .NET Web application.
  4. Restart the .NET Web application.