Using DLL that requires entry in server registry

Discussion in 'ASP.NET / ASP.NET Core' started by jat465, Mar 19, 2009.

  1. I am using a third party application, Hugin API, in my ASP 3.5 website. The app requires me to enter the following strings in the server registry:

    HKEY_CURRENT_USER\Software\Hugin Expert\Hugin Developer 7.0\Organization
    HKEY_CURRENT_USER\Software\Hugin Expert\Hugin Developer 7.0\Serial Number
    HKEY_CURRENT_USER\Software\Hugin Expert\Hugin Developer 7.0\User Name

    How do I put these in the registry?

    Thank you
     
  2. I'm afraid we do not allow entries in the registry for security reasons.
     

Share This Page