Link to home
Start Free TrialLog in
Avatar of bradderick
bradderickFlag for Australia

asked on

ASP.NET modifying precompiled website

Hi there,

I am dealing with a new client who requires changes to his ASP.NET website. However, I notice that the site is currently in a precompiled form.

To my knowledge it is not possible to edit the dynamic code for precompiled sites, i.e. the VB /C# code behind stuff. I just wanted to confirm that this is indeed the case, and I really do need the uncompiled source code?

Cheers!
Avatar of RedKelvin
RedKelvin

There are methods of getting the source, which I will not mention here, as it may infringe on EE policies.

Get the source code from the customer, it is the safest solution. ASP.net is twitchy at best, you don't want more headaches from sources that you cannot track.
Avatar of bradderick

ASKER

I'm not after a way to reverse engineer the code.

I simply want to know if visual studio allows the editing of precompiled code (assuming it wasnt obfuscated) or if I need to ask the client to retrieve the original source code from the original developer.

This is pretty urgent since, if the original developer cannot be contacted, the precompiled codebase will need me to rewrite thre whole codebase and I will need to quote the client appropriately.
ASKER CERTIFIED SOLUTION
Avatar of Tanglin05
Tanglin05

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Tanglin05

I guess I need to get the client to provide me the original source code. Assuming he can get in touch with the original developer :)
That will definitely make your life easier! Good luck!

Thanks~
Todd