An aspx page suddenly dies without a solution to the log

  • 2020-06-23 00:12:30
  • OfStack

Today, some aspx page died out of nowhere!

View error log files see nothing, not even logs!

I don't know where to start!

My friend reminded me to look in event viewer and sure enough, the mistake was there.

Open 1 to see is a compilation error, no wonder no log is generated. The specific error is the class name conflict, but no one changed the file, before 1 was good.

Quickly change the class name to 1, there are no conflicts, and the page is restored. But the cause of sudden death is still weird!

Related articles: