How to retrive code from a published website

Discussion in 'ASP.NET / ASP.NET Core' started by fusion, Apr 20, 2011.

  1. 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


    thank you
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    it depends on how the application was compiled. If the original developer didn't obfusicate the build, you should be able to decompile it using one of many .net decompiler.

    I've use http://www.reflector.net/ my self. you can google ".net decompiler", you'll find many.
     

Share This Page