Signing the code for the Spotfire extension
Spotfire extensions must be signed with a strong name key to be eligible for deployment on a Spotfire® Server. The Spotfire Extension Project Template contains a default key that is used by default to sign the extension during debugging; however, you should change this key before you build a Release version of your extension and deploy it to Spotfire Server.
About this task
Procedure
- Open the solution in Visual Studio.
- In the Solution Explorer, right-click the project, and then select Properties.
- Select the Signing tab.
-
Click
Choose a strong name key file, and in the
drop-down list, select either
New or
Browse, depending on whether you have a key.
Option Description New Displays the Create Strong Name Key dialog. Provide the required information. For assistance, see the help for the Visual Studio Signing Page. Browse Displays a file browser window. Browse to the location of the key.
Parent topic: Develop and debug extensions