User-1106823036 posted
I have finished my mvc5 application with sql 2008 database and want to upload now.I have copied the connection string to the web.config file in the mvc aplication and set the
<customErrors mode="Off" />
Now published, when running the website, it's giving an error that the database is not found, I opened my database server to view the tables and yet none is there. although I tested the connection before publishing and test was successful.
Can someone help me with this problem please