문제

Is there a way to get the IIS logs for a website hosted on AppHarbor? I have one site hosted on it and I am getting run time exception. Currently I get a suggestion that I should enable custom errors to view the exception. I don't want to do this since it is a deployed instance which is being used by users.

도움이 되었습니까?

해결책

The IIS logs are not currently available but you can access unhandled exceptions in the error interface on AppHarbor.

You can also use something like Elmah (appropriately locked down) to record and inspect errors.

We're working on making HTTP access logs available too.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top