Hi!
I've created a new ASP.NET 5 Web App and changed to the "userSecretId" to my previous project's "userSecretId". The file containes the external authentication secrets for Facebook, Google, Twitter and the SendGridd secrets. When I publish the app (to Azure), it doesn't find these secrets. For example I get this error message: "The 'ConsumerSecret' option must be provided.". 'ConsumerSecret' is the secret code for the Twitter.
What should I do? Do I need to create a new project and add the secrets to it's default file?
Thanks!