Base solution for your next web application
Open Closed

Viewing Log File #1144


User avatar
0
arash created

I have Downloaded Angularjs/EntityFramework Template , after writing my own domain model and application service I ran into problem when I wanted to access Dynamicly Genrerated Api of my ApplicationService , the server return 500 message=An error has occurred , how can I view the log file I cant find Logs/Logs.txt configures in log4net.config

any suggestion ?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Maybe your Log folder has no required permissions to write logs. Alternatively, you can change customErrors to "Off" in web.config to prevent Abp to handle exceptions.