Posted: 4/21/2011
hi all
I am new in asp.net. my company got a big asp project for updation. and it is a published website so that the source code is not available.
how can i retrive the source code from the published? Is there any chance?
If not what i do for the updation of the site.
also i want to no how can we understand the published site is updatable
Hi,Assuming your code is not obfuscated, you can view the source via Reflector.
hi raghav
how to get reflector?
is it a software? can i download it?
how to use it
I have already given the URL in my above posts. http://lmgtfy.com/?q=reflector
hi rghav i got the source code thanks.
i have another doubt, When i edit my source code, how to re publish it because it dpesnt hav projects file.
or please tell me what i do after edit the source code which i get through .Net reflector
You need the complete source code and then you have to make anew dll and republish
you mean, want to create the complete site again? the code got from reflection tool is only for view purpose?
while i am edit that code, which may not affect in the software?
for republishing we need the complete project right?
but using reflection software only get the codes. How to get the complete project?create it again?
means, .sln , .sou, .vb, .aspx,ect files.
am sory for the disturbns
Posted: 6/26/2011
fusion fusion said: ...but using reflection software only get the codes. How to get the complete project?create it again?means, .sln , .sou, .vb, .aspx,ect files.am sory for the disturbns
...
You may need to recreate your project and then implement the code you've got by using reflection, but thats not that much easy, so you may have a lot of manual work. But still, this depends of many other factors.
Posted: 6/27/2011
hi hajan
I recreate the source code using dis# software and tahnks for the great reply
fusion fusion said: hi hajanI recreate the source code using dis# software and tahnks for the great reply
Great! :)