views:

53

answers:

2

hallo all

i have an asp.net site which i have no source code for it.

anyway i would like to decompile the whole site and that way i can work on it agian.

how can i decompile an entire website easily to c# and not do it file by file with feflactor?

please help me with this, thank you!

+1  A: 

I have used Decompiler.NET in the past. It does a very nice job.

Decompiler.NET

Hopefully you have permission to Decompile this code.

hipplar
+2  A: 

You can use the File Disassembler plugin for Reflector. It'll let you dump out a whole assembly into code files all at once.

There's another plugin: FileGenerator, that looks like it'll do the same thing, and generate a project file for you to boot.

womp