Hi Team,
I am working in asp.net application and i have an another application wcf application,
i am connecting from asp.net application to wcf application,i want to know how to debug wcf application from asp.net application,
can any one help me pls
Anant VernekarPosted Jul 6, 2021, 3:02 PM
Sachin SinghPosted Jul 6, 2021, 2:47 PM
Right-click the Solution. Click Properties. Select Startup Project. Click Multiple Startup Projects. Set the WCF and the Client projects to Action=Start. Now , both will run so you can debug.