Programs and / or extension that "decompile" DLLs from an ASP site

1

Does anyone know of any program or extension that can do a sort of "decompilation" of DLL files (containing classes from a website) into CS and ASPX.CS files?

For the time being, I only know of the .NET Reflector, which is used as a Visual Studio extension. It gets access to the CS, but I could not access the ASPX.CS file codes for now.

I need this to be able to access all the sources of an ASP.NET C # Web site, which I assumed from another developer (which I contacted so I could get these updated sources, but for now I did not get a return from it. I'm going through many different paths). And that includes ASPX.CS

What can I do?

    
asked by anonymous 08.04.2016 / 20:03

1 answer

1

I use ILSpy, it's very good and I've had no problems with it to this day:

link

    
08.04.2016 / 20:07