Em chào mọi người, hiện em đang thực hiện một project Web API với asp .net core 5. Nhưng hiện giờ em đang khá nhiều trục trặc khi deploy project lên bằng IIS, sử dụng Azure thì bị lỗi file out put
Cụ thể lỗi như thế này ạ:
- Deploy sử dụng IIS: {“type”:“https://tools.ietf.org/html/rfc7231#section-6.6.1",“title”:"An error occurred while processing your request.”,“status”:500}
Khi em muốn lấy danh sách khách hàng thì nó trả về Json như trên ạ - khi Deploy sử dụng Azure : learnPublish has encountered an error. Build failed. Check the Output window for more details. A diagnostic log has been written to the following location: “C:\Users\ADMIN\AppData\Local\Temp\tmp9ED3.tmp”
Nó hiện lỗi ở phần output như vậy, khi em chọn publish lên ạ
Mong mọi người hỗ trợ, em cảm ơn ạ