SA Developer .NET

Welcome to SA Developer .NET Sign in | Join | Help
in Search

Decompiling ASP.NET

Last post 07-25-2008, 15:48 by Raithlin. 4 replies.
Sort Posts: Previous Next
  •  07-21-2008, 13:08 13520

    Decompiling ASP.NET

    Has anyone had any success with this?

    Unscrambling Eggs: Decompiling ASP.NET
  •  07-22-2008, 7:42 13551 in reply to 13520

    Re: Decompiling ASP.NET

    Lol seems interesting , but i have rarely need to decompile a compiled site, i also followed the same process the guy in the process followed , except i did not need to get it back into visual studio so i did not need the whole rename thing

    Living to dev

    http://runawaycoder.co.za
  •  07-22-2008, 8:53 13556 in reply to 13520

    Re: Decompiling ASP.NET

    ProfK:
    Has anyone had any success with this?

    If the website has been compiled and left updatable you should be able to open it using visual studio again from the prod version. If the website has been precompiled you will have to dissemble the assemblies using reflector and the dissembler add-in or something similiar.

     


    SA Developer .Net Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  •  07-22-2008, 10:44 13568 in reply to 13556

    Re: Decompiling ASP.NET

    fridgi:

    ProfK:
    Has anyone had any success with this?

    If the website has been compiled and left updatable you should be able to open it using visual studio again from the prod version. If the website has been precompiled you will have to dissemble the assemblies using reflector and the dissembler add-in or something similiar.

     

    The prod version only has aspx, no source for code-behind.  The latter two tools are exactly what I used, but in the next installment on my blog I will detail all the painful clean-up editing needed afterward.


    Unscrambling Eggs: Decompiling ASP.NET
  •  07-25-2008, 15:48 13699 in reply to 13520

    Re: Decompiling ASP.NET

    I've had limited success, but the site I was asked to do was one of those code-generator sites - it had over 100 classes; over-complicated in the extreme. The client gave up on the idea before I was able to get halfway.
View as RSS news feed in XML
Powered by Community Server (Commercial Edition), by Telligent Systems