Hi!
This is the first time I'm trying to make a deployment to IIS.
Everything is working fine in my development machine (as always).
When I'm trying to make the deployment to IIS, I'm getting this error:
HTTP/1.1 500 Internal Server Error
Server: Microsoft-IIS/10.0
Date: Sun, 10 Nov 2024 17:07:20 GMT
Connection: close
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: HEAD,GET,PUT,POST,DELETE,OPTIONS
Access-Control-Allow-Headers: X-Requested-With,Content-Type,Authorization
Content-Encoding: UTF8
Content-Type: text/plain
Content-Length: 12
HTTP/1.1 5
Server: Microsoft-IIS/10.0
Date: Sun, 10 Nov 2024 17:07:20 GMT
Connection: close
C<�h�t�m�l�>�<�t�i�t�l�e�>�I�n�t�e�r�n�a�l� �S�e�r�v�e�r� �E�r�r�o�r� �5�0�0�<�/�t�i�t�l�e�>�
�
�<�h�1�>�I�n�t�e�r�n�a�l� �S�e�r�v�e�r� �E�r�r�o�r� �5�0�0�<�/�h�1�>�<�h
The call is: https://myserver/myAppPool/ApiLogin.dll/MyBase/security/helloworld
Anyone can help me?