Documentation Center

Upgrading the .NET HTTP Upload Server Role

If your HTTP Upload Server Role runs as a .NET Web application, you must also upgrade the Web page HTTPUpload.aspx and a number of DLLs in the HTTP Upload Server Role (now called the Content Deployer (HTTP or HTTPS) Server Role).

Procedure

  1. Go to the location where your HTTP Upload Server Role is installed, and go to the location of the HTTP upload Web page, HTTPUpload.aspx.
  2. On the SDL Tridion installation media, access the folder Content Delivery\roles\upload\dotNET\.
  3. From this location, copy HTTPUpload.aspx to the location of your existing file.
  4. Access the location of the SDL Tridion DLL files of your HTTP Upload .NET Web application.
  5. Access the SDL Tridion installation media and navigate to the folder Content Delivery\roles\upload\dotNet\.
  6. On a 32-bit system, access the x86\ subfolder; on a 64-bit system, access x86_64\
  7. From this location on the installation media, copy the following DLL files to your server, overwriting the files if they are already there:
    • netrtsn.dll
    • xmogrt.dll
    • Tridion.ContentDelivery.dll
    • Tridion.ContentDelivery.Configuration.dll
    • Tridion.ContentDelivery.Interop.dll
  8. Restart your Web application.