Addin Server Config Properties Don't Seem to Be Working
Content
I'm developing an addin that needs to pull some data from the site using CWSS. For the development stage, I hard-coded the username/password, and everything was working fine. Now that I'm gearing up to hand it off to QA/UAT/Production, I'm trying to replace my hard-coded credentials with server config properties, but I've run into some difficulties.
Here's what I've done:
- Marked the relevant (public) properties on the workspace add-in with the "ServerConfigProperty" attribute
- These properties show up just like they should in the Add-In Manager, so I'm putting in valid values for the add-in, my profile, and the site's only interface.
0