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 Jahre weitere
How can I solve this problem?

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


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

And by "others" I mean....ME!!!
4 Jahre weitere
Open Web.config. Set stdoutLogEnabled to true (L:14). Then check error log in ~/Logs folder.
4 Jahre weitere
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 Jahre weitere
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.