xml file not read/writable in aws hosting of .net core project

0

I am stuck with aws. I have a .Net core project which read and write data in xml files. This works perfectly in local. But when I am publishing my project in AWS(linux env via elasticbean) then all the pages are working and visible except where read and write of xml files is required. At that point I am getting the below error message:

{"StatusCode":500,"Message":"Internal Server Error. Error generated by NLog!"}

The zip source of aws also not showing the xml files. Is this is a bug in AWS or I am doing something wrong? Shall I place the xml files inside the wwwroot folder or anywhere else. Please help as I am searching for the solution from hours. And where I can see the complete error details.

已提问 4 年前250 查看次数
2 回答
0

[javascript:alert(1);]

Edited by: jepatel on Sep 29, 2020 6:39 AM

jepatel
已回答 4 年前
0

I got the answer by default aws bundle do not include xml files. So you have to explicitly right on the xml file and set it to Copy.

已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则