First check that SQL server is installed on your system. If no then install SQL server.
Another thing is your database file is on correct path? (Those path you written in coding)
The db file is missing. If you don't have the file, even with your friend, make a new db file with sql server. Just make sure of the file name he entered and the fields. Or you can create you own db with the required fields and change url of the db file in your asp.net code. Provide the file to the hosting server.
First check that SQL server is installed on your system. If no then install SQL server.
Another thing is your database file is on correct path? (Those path you written in coding)
This is a sql server error. Basically your application is not able to connect to your db. To check this firstly check your connection string and find out where it is pointing to. If that is right then check your db setting whether it allows remote connections to that user or not. you can check that in Management studio if using MS Sql Server
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks