I published my Web Api (framework 4.5) in this path:
C:\inetpub\wwwroot\MyWebAPI
In my IIS, I converted this folder to an app
When i try to access this URL http://localhost/MyWebAPI/api/client/1 the message appears:
Service Unavailable
HTTP Error 503. The service is unavailable.
Why is this?
Update
My App Pool is set to be "STOP". When I turn it on, it goes back to "STOP"