I am working on .net 6 project and I need to have net461 package. In a test server that is hosted as a different service. I can connect that one as a connected service to my project. My concerns are,
- Adding that service from a particular server is it always connected to that server or is it working as a separate service in my project?
- Is it a best practice to have a connected service performance-wise?
- Adding reference is a one-time process or is it always connected with the WSDL url link?
I added a service from a server