31/01/2025
Lỗi HTTP Error 500.35 - ASP.NET Core does not support multiple apps in the same app pool
Lỗi bạn đang gặp phải là HTTP Error 500.35 - ASP.NET Core does not support multiple apps in the same app pool. Điều này có nghĩa là IIS (Internet Information Services) không cho phép chạy nhiều ứng dụng ASP.NET Core trong cùng một Application Pool khi sử dụng In-Process Hosting Model.
Xem thêm tại đây: https://dotnet.edu.vn/ChuyenMuc/Loi-HTTP-Error-50035--ASPNET-Core-does-not-support-multiple-apps-in-the-same-app-pool-4343.aspx
Lỗi bạn đang gặp phải là HTTP Error 500.35 - ASP.NET Core does not support multiple apps in the same app pool. Điều này có nghĩa là IIS (Internet Information Services) không cho phép chạy nhiều ứng dụng ASP.NET Core trong cùng một Application Pool khi sử dụng In-Pro...