I have a visual studio solution with 3 projects: DAL, BL & WebApplication1. As you probably assume, the latter is the interface.
I have a connectionString setting defined in the DAL project.
I have published my solution to my web hosting. Everything works fine, but it seems like my website doesn't connect to the database.
I can run WebService commands and get results using the BL, and every result I get that uses the DAL projects is like the DAL cannot connect to the database.
I have already updated the connectionString value to the value given to my by "myLittlePanel".
How can I achieve a connection to the database, or at least have a deeper understanding of the problem I'm facing?
(C#.net, visual studio 2012, Plesk panel & myLittleAdmin for SQL Server)
connectionStringis defined in the DAL project or what the issue(exception) is, but it may be this problem -stackoverflow.com/questions/1742929/…