Thank you so much for your reply.
I had done what you suggested and the result is the following:
The response when I acces to: http://localhost/cspro-rest-api/api/server is: Error HTTP 404.0 - Not Found
The resource you are looking for has been removed, its name has been renamed or is not available at this time. Detailed error information:
Requested URL -http://localhost:80/cspro-rest-api/api/server-
Physical Path -C:\inetpub\wwwroot\cspro-rest-api\api\server-
Then on the ui.log file there is:
Code: Select all
[2016-11-23 10:12:16] CSPro UI.INFO: Matched route "GET_". {"route_parameters":{"_controller":"Controllers\\LoginController::login","_route":"GET_"},"request_uri":"http://localhost/cspro-rest-api/ui/"} []
[2016-11-23 10:28:50] CSPro UI.INFO: Matched route "GET_". {"route_parameters":{"_controller":"Controllers\\LoginController::login","_route":"GET_"},"request_uri":"http://localhost/cspro-rest-api/ui/"} []
[2016-11-23 10:43:34] CSPro UI.INFO: Matched route "GET_". {"route_parameters":{"_controller":"Controllers\\LoginController::login","_route":"GET_"},"request_uri":"http://localhost/cspro-rest-api/ui/"} []
And if it helps, inside api, setup and ui folders my web.config file has the following:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
</configuration>
Regards.