Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to decode or decompile asp.net c# published dll or compile aspx page

What I have tried:

how to decode or decompile asp.net c# published dll or compile aspx page
Posted
Updated 24-Aug-17 8:31am
Comments
Mehdi Gholam 24-Aug-17 9:34am    
Why?

1 solution

The first thing I'd do is Google ".net decompiler." I see .Net Reflector which is a utility I have used in the past. It is a good product, though there are others. It should be able to decompile your DLL file to source code. Below is the link to the utility and a demo on how it works.

.NET Decompiler: Decompile Any .NET Code | .NET Reflector[^]
 
Share this answer
 
Comments
Richard Deeming 25-Aug-17 13:22pm    
Unfortunately, it's no longer free. :(

There are a few free alternatives, like DotPeek[^] from JetBrains, JustDecompile[^] from Telerik, and several others.
Karthik_Mahalingam 28-Aug-17 6:20am    
5
jgakenhe 28-Aug-17 7:27am    
Thank you!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900