I want to decompile a .NET web application. Can you help?
D
Answer by
Dan Angel
Launch the application and press the F1 key. Select the .NET web application you want to decompile and click Open. Check the Obfuscate checkbox if you want the resulting decompiled code to be obfuscated. The software will save the output files to a folder named "_src" in the directory where the web application is located on your computer. After that, create a new project in Visual Studio or other similar program, copy the "_src" folder to the same folder as your newly created Visual Studio project, right-click the folder and select Include in Project. For further information, choose Start > All Programs > Decompiler.NET and open the ReadMe.htm file.
I want to decompile a .NET web application. Can you help?
Launch the application and press the F1 key. Select the .NET web application you want to decompile and click Open. Check the Obfuscate checkbox if you want the resulting decompiled code to be obfuscated. The software will save the output files to a folder named "_src" in the directory where the web application is located on your computer. After that, create a new project in Visual Studio or other similar program, copy the "_src" folder to the same folder as your newly created Visual Studio project, right-click the folder and select Include in Project. For further information, choose Start > All Programs > Decompiler.NET and open the ReadMe.htm file.