Edit compiled ASP.NET page

2

Good morning,

I have a web application ready and accurate to maintain it, change tables that are referenced in it and so on.

But I do not own the project, just the page compiled with the aspx, Web Config, and DLL files.

Is there any way to revert to project to get edit? Or do I need to start from scratch?

The application does not use any framework.

Thank you.

    
asked by anonymous 07.06.2018 / 16:03

1 answer

0

Try with a decompiler to revert code compilation like link , this will allow you to view dll classes if they do not have been intentionally shuffled / encrypted, but will still have to resolve external dependencies if there is one.

    
04.07.2018 / 05:38