Edit compiled ASP.NET page

Asked

Viewed 43 times

2

Good morning,

I have a WEB application ready and I need to maintain it, change some tables that are referenced in it and etc.

However I do not have the project, only the page compiled with the aspx files, the Web Config and the DLL.

Is there any way to revert to project to be able to edit? Or I’ll need to start from scratch?

The application does not use any framework.

Thank you.

  • If you do not have the project with your classes you will need to create from scratch, you can even reverse , but in the end you better have a new project already that will be giving maintenance, certainly the project and third party so vc only have the dll.

1 answer

0

Try a Compiler to reverse build code like https://www.jetbrains.com/decompiler/, this will allow viewing the dll classes if they have not been intentionally scrambled/encrypted, but still have to resolve external dependencies if any.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.