Loading ...

how to get codes from a published website

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  client side web development   » how to get codes from a published website

how to get codes from a published website

Posts under the topic: how to get codes from a published website

Posted: 4/21/2011

Lurker 25  points  Lurker
  • Joined on: 4/21/2011
  • Posts: 5

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

 

 


Posted: 4/21/2011

Guru 16773  points  Guru
  • Joined on: 4/19/2009
  • Posts: 490
  Answered

Hi,

Assuming your code is not obfuscated, you can view the source via Reflector.


Posted: 4/21/2011

Lurker 25  points  Lurker
  • Joined on: 4/21/2011
  • Posts: 5

hi raghav

  how to get reflector?

is it a software?  can i download it?

how to use it


Posted: 4/21/2011

Guru 16773  points  Guru
  • Joined on: 4/19/2009
  • Posts: 490
  Answered

I have already given the URL in my above posts. http://lmgtfy.com/?q=reflector


Posted: 4/21/2011

Lurker 25  points  Lurker
  • Joined on: 4/21/2011
  • Posts: 5

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


Posted: 4/21/2011

Guru 16773  points  Guru
  • Joined on: 4/19/2009
  • Posts: 490

You need the complete source code and then you have to make anew dll and republish


Posted: 4/21/2011

Lurker 25  points  Lurker
  • Joined on: 4/21/2011
  • Posts: 5

hi raghav

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

Professional 8505  points  Professional
  • Joined on: 5/3/2010
  • Posts: 391
  Answered

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

Lurker 25  points  Lurker
  • Joined on: 4/21/2011
  • Posts: 5

hi hajan

I recreate the source code using dis# software and tahnks for the great reply


Posted: 6/27/2011

Professional 8505  points  Professional
  • Joined on: 5/3/2010
  • Posts: 391

fusion fusion said:

hi hajan

I recreate the source code using dis# software and tahnks for the great reply

Great! :)


Page 1 of 1 (10 items)