1.

Solve : Why do I need SORCE CODE for my website???

Answer»

Hi Everybody,

I never got a copy of the source code when I had my website built few months ago. It`s an asp.net website.
I`m TRYING to understand if I really need them or having a copy of the website files (from my FTP) is enough.
Some people are  telling me that if I EVER need in the future to change or modify or update my website I`ll need the source code, because probably the codes on the FTP are compiled...
Others are telling me that any developer can work from the files that I already have copied and if necessary they can always use a DECOMPILER...

What`s your opinion/suggestion?

Much appreciated

thank you

S.ASP.NET compiles. The stuff on your SERVER is compiled.

Could somebody make changes to your site without the Source? yes, as you mentioned, they could decompile it.

But this removes loads of information from the original source; code comments are gone, for example. Many variable names as well, which are helpful for establishing a cognitive flow. Making changes to a website by decompiling what is currently there is analogous to trying to rebuild a racecar after a car CRASH. You have all the parts, but so many of them are unrecognizable and useless, and when you put in your own you find problems.

Basically if you try to get a developer to make changes to your site based on the decompiled assemblies, it will cost probably a lot more.



Discussion

No Comment Found