Internal Server Error where login in app
When I try to connect on the mobile app, when I click "Log In" buton, I get only popup "Internal Server Error".
In the app I set: server - http://scsm01.domain.local, user: username, password.
I check on firewall and there is connection between mobile na serwer.
On scsm serwer, folder C:\inetpub\logs\LogFiles\W3SVC2 i have log file with connection log as below (where 10.201.4.110 is a mobile IP):
2017-03-02 13:14:12 10.100.0.220 POST /api/DataService/Login - 80 - 10.201.4.110 android-async-http/1.4.1+(http://loopj.com/android-async-http) - 500 19 33 31
I try also to make entry in C:\inetpub\CiresonWebAPI\web.config file as below but it don't make any changes:
<add name="ManagementServer" connectionString="scsm01,user-admin,password,domain" />
What to do?
Best Answer
-
Marek_Lefek Customer Advanced IT Monkey ✭✭✭I solve this problem with Cireson support. This error is from server, and to find a problem you should use other REST client and try service with POST method on address "http://serwe_NAMEorIP/api/DataService/Login"
The attribute "ManagementServer" in webconfig should have only server name, eg. scsm01.1
Answers
The attribute "ManagementServer" in webconfig should have only server name, eg. scsm01.