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?
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?
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.