I have a project compiled and published on web server.
The copy of latest source code was lost. The copy I have right now is older one. There were alot of changes made after this copy of code.
How can I get my copy of Source Code up to date with the code on web server. The code on the web server is compiled and I have tried to decompile the code using-
- Telerik JustDecompiler
- DotPeek
- RedGate .NET Reflector
When these applications decompile the code, the syntax is also changed.
What would you suggest the best way to merge my code?