Sunday, May 22, 2011

Tip - Register WCF Services on IIS 7

Long time ... no post!!

Today i was having a strange issue with WCF services. I wanted to host my WCF service in IIS 7, but it was complaining about the svc files. I searched a little in our friend Dr Google and the answer appeared:

In the Visual Studio command prompt execute the following commands:


1 - ServiceModelReg.exe –ia
2 - aspnet_regiis.exe -i

And your IIS 7 will be ready to host WCF Services ;)

See you soon, Silverlight MVVM tips coming in the next chapters :)

PS: If you will want to start looking at something about MVVM watch these awesome video on MIX 2011:

http://channel9.msdn.com/Events/MIX/MIX11/OPN03

2 comments:

  1. nice article..

    I have found another example for Styled Google Maps Example visit
    http://www.etechpulse.com/2013/09/register-wcf-service-with-iis-and-asp.html

    ReplyDelete
  2. nice article.

    http://www.sqlaspnet.com/interview/192/How%20to%20register%20WCF%20in%20IIS

    ReplyDelete