Forum Moderators: open

Message Too Old, No Replies

asp.net (VB) compiled application usable?

         

kbjin

8:43 pm on Oct 11, 2009 (gmt 0)

10+ Year Member



Hi

I am very new to asp.net and VB.net, hope to get some helps from experts.

I have got a site developed by webprogrammer in asp.net format written and compiled with VB. The site and dbase are both up and running. However I don't have the source code for the site (the VB scripts etc.)

Is it possible to revert the compiled webappplicaiton on the server to uncompiled VB scripts and modify or add new pages using existings? Or Any alternative to further development?

Thanks in advance.

Sam

Ocean10000

11:22 pm on Oct 11, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes it is possible. There are tools to decomiple the dll of dot.net applications. The resulting decompiled code usually much harder to understand and maintain going forward.

But I would highly recommend talking to the original developer of the website and purchasing the rights to the source code to the website.

bmcgee

2:48 am on Oct 24, 2009 (gmt 0)

10+ Year Member



If the code has not been obfuscated, then a tool such as Reflector will completely unravel the code for you back to the original state.