I am developing asmx web service. It is consumed by ASP.Net website writing by some person. Both in development stage. If i edit web service, the web site loss authentication, if any errors it reflects.
Is there any best practice or configuration that push changes after i partially finish the web service and not affecting authentication. I am using git for version control. Any ideas?
Update: Git has any options to do?