Unable to access a MVC web service after it is deployed to a Windows 2008 r2 web server
-
This issue may be out of scope for this forum; however, I have not found anything that solves this issue on the net. This is the situation. I have deployed an MVC web service to a Windows 2008 r2 server and insured that IIS is configured correctly, to the best of my knowledge, using Windows authentication and when I try to access the MVC web service I am getting a 404 error not found error. Now, when I try to access the service on another server it find the web service fine. I know that this is not a Server configuration forum but any help would be great. Big thanks, Steve
-
This issue may be out of scope for this forum; however, I have not found anything that solves this issue on the net. This is the situation. I have deployed an MVC web service to a Windows 2008 r2 server and insured that IIS is configured correctly, to the best of my knowledge, using Windows authentication and when I try to access the MVC web service I am getting a 404 error not found error. Now, when I try to access the service on another server it find the web service fine. I know that this is not a Server configuration forum but any help would be great. Big thanks, Steve
The problem was with the IIS bindings. The server bindings for the web service were bound for SSL so I add http port 80 to the bindings and it fixed the problem.