fuel9 / DisplayMonkey

Display Monkey digital signage solution
Other
126 stars 50 forks source link

Runtime Error in Management #76

Open tomq0608 opened 5 years ago

tomq0608 commented 5 years ago

Hey, I get a runtime error in the management, but my frontend works fine. Please help !

michaelmalmgren commented 5 years ago

Hi,

Can you please elaborate on the error you are getting?

tomq0608 commented 5 years ago
      Hi,

Can you please elaborate on the error you are getting?

here is a pic https://i.imgur.com/eAsTRQt.png

tomq0608 commented 5 years ago

It happens when I try to get on the management site

michaelmalmgren commented 5 years ago

Thanks, try to add debug=true to this section in web.config "compilation targetFramework="4.5.1"" i.e. "compilation debug="true" targetFramework="4.5.1" to see if we can get some more information what is going on here.

Bliadd commented 5 years ago

I am seeing the same problem server error with the manage site. Has anyone found a solution for this error?

R-a-b commented 5 years ago

If you modify the web.config file and change <customErrors mode="On" /> to <customErrors mode="RemoteOnly" />, what error message do you get ?