How can I solve this problem? (An error occurred while starting the application.)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 年 前
How can I solve this problem?

4 年 前
Hi,
did you see into log file? (/Logs)
4 年 前
Enz1n0 wrote:
Hi,
did you see into log file? (/Logs)


I can't access the admin panel.
4 年 前
Problem is solved.
4 年 前
How did you solve it?   Others might be getting the same error.

And by "others" I mean....ME!!!
4 年 前
Open Web.config. Set stdoutLogEnabled to true (L:14). Then check error log in ~/Logs folder.
4 年 前
Yup - that did it.   Was finally able to see error details and then work on solving my particular problem from there.

(note: probably not the same as your particular problem so I won't go into the sorted details here. )
4 年 前
Figmo wrote:
How did you solve it?   Others might be getting the same error.

And by "others" I mean....ME!!!

This is common error page displaying in Asp.Net core application when application is crashed.

So for find actual issue you need to enable stdout logs from web.config file as Jaber said.
This will logged logs in the Logs folder.

Now you need to resolve error which logged with fail: error message
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.