2
I’m facing a problem with my application. I made the application without any error, managed the installer, but when I run it, it does not connect to the bank via network, but in Visual Studio it connects.
I have already made the settings to enable TCP/IP and PIPES, put the door 1433 and a secondary in the Sql, I added the output and input to firewall ports, already activated the sharing in windows, and etc...
Note: I can connect from my machine via Sql to the database on the server, but the executable application cannot.
Victor, could you put your string Connection?
– Angelo Simonato
could you put your connection string to analyze us? and check if app.config has the same connection address as your connection string.
– Lucas_Silva
You need to recover the error code (debug) while displaying the message "DATABASE ERROR!". This will help identify the cause of the problem.
– Onaiggac