When I run my WCF REST enter the WCF Client Test screen

0

When I run my WCF REST enter the WCF Client Test screen. Before it was working. Why is this happening, that is, why does the WCF Client Test screen enter?

    
asked by anonymous 21.05.2014 / 19:50

1 answer

3

Because you are running from your .svc file. Run from any other file to get debug in browser.

In short: If you run (with debug or not) while in the .svc file, the WCF Test Client window is displayed. Note that the .svc file when opened displays .svc.cs extension in the list of open tabs.

    
21.05.2014 / 20:54