News

How to get connection string from web.config?the information required for the communication between application and a particular database is provided by connection string. the connectionstring is ...
Prerequisites Make the SQL server connection with SQL database file (FileManager.mdf) and specify the connection string in "Web.config" file as specified in below code example.