Enabling WCF services within IIS on Windows Vista

If you installed IIS on Windows Vista after you installed .NET 3.0, like I did, you’ll notice that any references to the .svc file will fail, typically with a 404 not found. It’s easy to see that the .svc mappings aren’t installed, but without consulting some documentation it’s not abundantly clear how to install them. If you’re running Vista, you enable the activation service by turning on a windows feature: Windows Communication Foundation HTTP Activation. You can access the “Turn Windows features on or off” option from your Control Panel.

Hope this saves someone else the time I wasted. :)

image

This entry was posted on Tuesday, December 11th, 2007 at 4:17 pm and is filed under wcf. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

2 Responses to “Enabling WCF services within IIS on Windows Vista”

  1. Dmitry Says:

    This was perfect to get Vista setup for WCF debug without having to dig through MSDN. Thank you.

  2. One Love Says:

    Thanks dude, saved me a bundle of time.