In which of the following situations would you configure Application Settings?
In which of the following situations would you configure Application Settings?
Application Settings are generally used to store configuration information that changes between environments, such as URLs, connection strings, or API credentials. This allows you to change the configuration in different environments without modifying the code. Therefore, the correct answer is that the credentials for a REST service differing between development and production environments would be managed through Application Settings. This ensures that sensitive information like credentials are appropriately configured per environment.
Answer should be D
Credentials are not stored in Application Settings. B is the correct answer here.