Decompile Precompiled Source Code ASP.NET

msbyuva picture msbyuva · Jan 5, 2011 · Viewed 42.7k times · Source

we have an application in production and the code is in Pre-Compiled form. The developer who developed that application left the company and we don't have any backup of source code. the only access we have is Pre Compiled code in the server. We need to fix the issues in the application now.

Is there any way to Decompile (extract to actual source code) the PreCompiled code ?

Answer

adamjford picture adamjford · Jan 5, 2011

Open the DLLs in the .NET Reflector.