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.
– Marco Souza