Base solution for your next web application
Open Closed

Error in calling the App service #7037


User avatar
0
firnas created

I have a App service which was working fine earlier. However when i try to invoke a method in the app service now it throws a 500 internal server error. I set a debug point in the method but it is not hitting. I then set a debug point at the constructor level but still even that is not hit.

Is there a place when the error is logged so that i can trouble shoot the issue?


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    In general, the log is: App_Data/Logs/Logs.txt. You can have a look.

  • User Avatar
    1
    firnas created

    Solved the issue. It seemed that my wrokspace solution was corrupted somehow. taking a fresh copy to a different location solved the issue.

    Thanks