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?