Krunal
Krunal

Reputation: 3269

IIS Error The error occurred while starting the application

I have been using nopCommerce 4.1 on IIS 10. We are facing an issue where the application stop working with an error...

The error occurred while starting the application.

Here is the screenshot for the same: http://prntscr.com/ngk6ep

When we do manual pool recycle it start working however, we have no clue what happens and why its stopped working after certain internal.

What could be wrong? Any clue?

Upvotes: 0

Views: 502

Answers (1)

bhaliya chetan
bhaliya chetan

Reputation: 21

Open your web config and set stdoutLogEnabled = "True" then you will find real exception in "log" folder of your root directory or "logs\stdout" directory

Upvotes: 2

Related Questions