Service Unavailable
HTTP Error 503. The service is unavailable.
it means appPool is stopped
to solve this issue start appPool from application pools
check which application pool is assigned to the deployed project (here is Default Web Site)
& in IIS go to application pools & start stopped application pools (here is Default Web Site)
using this method your issue will be solved