I develop projects in visual studio 2013. In web.config, in "connectionString" isn't information about database I am using. If some one now how can I find out the database I am using, pleese help me.
Asked
Active
Viewed 36 times
0
-
web.config connectionString containes all the information you need to find the database. post it without username/password so we can look at it – Sibster Feb 18 '15 at 13:35
-
Hopefully this link will help you http://stackoverflow.com/questions/10479763/how-to-get-the-connection-string-from-a-database – jyrkim Feb 18 '15 at 13:36
-
I am looking for name of database as "Oracle", MySql" ... I am using – andrian Feb 18 '15 at 13:49
-
post your connection string? – HaveNoDisplayName Feb 18 '15 at 13:49
-
– andrian Feb 18 '15 at 13:51
-
Thanks you all for halping me. I found very mach information about databases – andrian Feb 20 '15 at 08:17