I want to publish a Web Service created with Web Api 2 MVC5(this is my first time), in IIS 7. Following this tutorial, after doing "Publish..." in Visual Studio for my web service, this is my publish folder: Publish folder image
Then I tried to Add a Web Site in the IIS Express exactly as it is done in the tutorial, and after that when I Browse it, I got a HTTP 403 Error.
Also, I test with Fiddler a POST method and I get 404 HttpNotFound
.
Update: Additionally, I follow step by step this tutorial and when I tried to test the route mapping, I get 404 HttpNotFound
.
What am I missing? Thanks in advance for any help