Is it possible to get WCF to run under Express edition?
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
2009-06-04 09:45:11
A:
also VS express doesn't have tool for editing service configuration, which I think is very helpful for WCF newbies (like me :)
grapkulec
2009-06-04 10:41:06
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
2009-06-04 12:55:22
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
2009-06-04 13:13:14