HELP!!! Recover published ASP.NET projects

R

Ric

Greetings, all...

I'm seeking some guidance after suffering a RAID1 failure. Yeah, I
know...I should've been able to put in a new drive and rebuild the
catalog. Well, don't believe everything you read in the @#*&$)(*!@
brochures.

So, I've lost a few critical projects, and need some help recovering
them. Fortunately, they're saved out on various servers so I do have
access to the compliled versions and all the HTML .aspx pages.

Here's the problem. I brought down one of the less critical projects
and tried to add everything into a new ASP.NET web application.
Unfortunately, there is no code-behind coming up for the existing .aspx
pages. It creates blank class files.

I know that the code-behind gets compiled into the project.dll but I
don't know if there is any way to get the existing code-behind out of
there.

If anyone has any suggestions, I would really, really appreciate it!

Thanks,
Ric
 
L

Lionel LASKE

Try Reflector (see on http://www.aisto.com/roeder/dotnet/). It can decompile
your assembly to C# or VB.NET. It's not exactly like your original code but
it's better than nothing.
I hope it could help.

Lionel.

P.S.: Some other decompiler tools exist but I never experienced them.
 
J

jpierce

Ric said:
Greetings, all...

I'm seeking some guidance after suffering a RAID1 failure. Yeah, I
know...I should've been able to put in a new drive and rebuild the
catalog. Well, don't believe everything you read in the @#*&$)(*!@
brochures.

So, I've lost a few critical projects, and need some help recovering
them. Fortunately, they're saved out on various servers so I do have
access to the compliled versions and all the HTML .aspx pages.

Here's the problem. I brought down one of the less critical projects
and tried to add everything into a new ASP.NET web application.
Unfortunately, there is no code-behind coming up for the existing ..aspx
pages. It creates blank class files.

I know that the code-behind gets compiled into the project.dll but I
don't know if there is any way to get the existing code-behind out of
there.

If anyone has any suggestions, I would really, really appreciate it!

Thanks,
Ric

Our Decompiler.NET product will be able to recover high level C# source
code from you compiled project dll file. You can download a free trial
version from our web site at http://www.junglecreatures.com/
 
J

jpierce

Ric said:
Greetings, all...

I'm seeking some guidance after suffering a RAID1 failure. Yeah, I
know...I should've been able to put in a new drive and rebuild the
catalog. Well, don't believe everything you read in the @#*&$)(*!@
brochures.

So, I've lost a few critical projects, and need some help recovering
them. Fortunately, they're saved out on various servers so I do have
access to the compliled versions and all the HTML .aspx pages.

Here's the problem. I brought down one of the less critical projects
and tried to add everything into a new ASP.NET web application.
Unfortunately, there is no code-behind coming up for the existing ..aspx
pages. It creates blank class files.

I know that the code-behind gets compiled into the project.dll but I
don't know if there is any way to get the existing code-behind out of
there.

If anyone has any suggestions, I would really, really appreciate it!

Thanks,
Ric

Our Decompiler.NET product will be able to recover high level C# source
code from you compiled project dll file. You can download a free trial
version from our web site at http://www.junglecreatures.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top