Using VS 2013 and SQL Server 2014. (VB)
I have a simple login pop up window where a user enters their username and password and clicks OK. They are then redirected to another page if that username and password is found in the database. I have two users set up in the DB for testing.
The process is carried out by the two variables being passed to the DB through linq to a stored procedure.
If I run it locally, as in debug in VS then it works as expected. If I then try from the web (hosted at home) it doesn't work. There are no errors messages etc it just doesn't work.
Am I missing something fundamental?
UPDATE
I believe its down to the app pool of the website not having access to the associated database.