There is a database and a data access layer(DAL) they are dependent on eachother.
Whenever the portal starts I need to automatically run a script that checks to see if there has been a change in the one or the other. If the versions are the same, the portal works. If not then it fails.
I need a solution to this problem