Hi all,
I have an application build in ASPNET Core. It is hosted on IIS 6. the application works except when trying to access .js files. For example, I have a dropdown component, and when I try to get a value, it is impossible, the drop-down does not get anything. if I put in the URL the path of the jar file I get the error: Error HTTP 403.18 - Forbidden.
I think that my configuration of IIS is correct, the user IIS_USER has all permissions. The authentication mode is Anonymous.
Thank you very much for your help.
Regards,