1

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?

Nest
  • 341
  • 4
  • 23
  • http://stackoverflow.com/questions/17343266/copy-file-and-its-entire-history relevant – Nest Jul 24 '13 at 11:52

1 Answers1

0

Use a copy as development stage and make changes here. Once everything is tested, replace the "production" stage with your development copy.

Oscar
  • 13,594
  • 8
  • 47
  • 75