I developed my first web API and am trying to deploy it on my QA server. I created a website in IIS called qa.mysite.com. I have deployed my web API in this folder and am trying to run it.
When I debug a site locally and go to
http://localhost:3735/api/Bid_Received
It works correctly. However, when I go to
http://qa.mysite.com/api/Bid_Received
I get a 404 error.
What am I doing wrong? Failed to load the correct files?
When I look in my folder, I deployed my web API to see the following elements:
Folders: bin, Content, Images, Scripts, Views Files: favicon.ico, Global.asax, packages.config, Web.config
jkruer01
source share