0
I have a project done in Asp.net, and in production has only its Deploy running, and the solution generated by the project’s Visual Studio is corrupted, and I need to change a database configuration made in the project’s Backend, and through Deploy I can only make Frontend changes, there is some way to make this change without the Original project, directly in the Deploy archives?
OBS.: I have this doubt, because I am a PHP programmer and this is the first time I need to work on an ASP.NET project where I only have access to the project’s Deploy files.