I have a web app developed in GeneXus X Ev3 (10.3.115824 U15) that uses a SQL Server database.
The application compiles and generates DLLs without problems, which after being generated, I copy in the testing environment (another server).
My problem is that I need to compile in the development opc, and I also want to run on the same computer (with a copy of the testing database), but at the moment of starting the application (the login screen appears) ) but when entering a user, I see a connection error to the database, where it is indicated that it can not find the server.
I have reviewed the web.config file, and the information where the server, database, username and password are indicated are encrypted within the subsegment.
I have tried to delete the file web.config, so that genexus generates a new one, but what results is the same file that I previously deleted, with the names of the server (of testing) encrypted.
I have searched the project, where to specify the names of the database, the server and the user, but I could not find the place in this version.
Does anyone know where I can specify these parameters?
Greetings and thanks for your time