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 年前檢視次數 240 次
2 個答案
0

[javascript:alert(1);]

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

jepatel
已回答 3 年前
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南