I just deployed an mvc project to our testing server. During development, my project was auto-deployed into the local IIS Express and could be reached in
http://localhost:62599/api/
I uploaded the project files on machine "server03" in IIS7's "deploymenttest" site, subfolder "api", and now I try to call the project from my browser, only receiving 404s or 403s.
Which URL does the project have now?