views:

129

answers:

3

Is it possible to get WCF to run under Express edition?

+1  A: 

Yes, it is possible. Are you finding otherwise?

Bruce
A: 

Which Express edition are you running?

Visual C# 2008 Express doesn't have the WCF templates on New Project but Visual Web Developer 2008 Express does.

ChrisF
A: 

also VS express doesn't have tool for editing service configuration, which I think is very helpful for WCF newbies (like me :)

grapkulec
If you have the Windows SDK installed, you'll find several useful WCF-related tools in \Program Files\Microsoft SDKs\Windows\v6.0A\bin. SvcConfigEditor.exe in particular will help with the above.
Ray Vernagus
True, but I like having everything needed in IDE. I know I could configure it as external tool but it's not the same, you know... :)
grapkulec