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
回答済み 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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ