Wednesday, July 13, 2011

Deploy WCF service on IIS -7.5 (HTTP Error 404.3 - Not Found)

After developing a number of RESTful services using WCF, I wanted to deploy my services to IIS 7 (WIN 7 )and not only use the Visual Studio internal test server. Btw, I found this post extremely helpful to get REST with WCF working.

After creating the application to IIS I got this page


The solution was to simply run a script found in this post by Guy Burstein. It just runs afterwards!

P.S.Don't forget to restart IIS after running the script

No comments:

Post a Comment