字符串引用未设置为字符串的实例。(参数's')

0

【以下的问题经过翻译处理】 你好。

当我发布到AWS EB时,只有这个错误。

[HttpGet]
        public IActionResult Index()
        {
            string settings = "Testtttttttttt";
            return Ok(settings);
        }

profile picture
EXPERT
asked 5 months ago23 views
1 Answer
0

【以下的回答经过翻译处理】 这是一个在生产环境中没有设置的秘密。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions