Unfortunately, recently the developer that used to work on my site decided to disappear, I have all the files to my site (including the DLLs in the bin folder) but none of the codebehind files. This is making it impossible for me to debug in VS.NET.
Is there a way to recreate codebehind files for a web project from the DLLs in the bin?
I can already view the code in the dlls using a refactoring tool but the tool doesnt let me generate the asp.cs files. Please help.