Where is the connection string in asp.net example?
-
Hi all.When I create a new Website project in Visual Studio. IT creat the .mdf file in the project. I don't know where is the configuation of the the connection string to change it. I have look at the Web.config but I can't see. Please help me.I am the beginer.Please....
-
Hi all.When I create a new Website project in Visual Studio. IT creat the .mdf file in the project. I don't know where is the configuation of the the connection string to change it. I have look at the Web.config but I can't see. Please help me.I am the beginer.Please....
-
Hi all.When I create a new Website project in Visual Studio. IT creat the .mdf file in the project. I don't know where is the configuation of the the connection string to change it. I have look at the Web.config but I can't see. Please help me.I am the beginer.Please....
To know Connection String to connect Backend to frontend. right click on your .mdf file ----> go to properties ----> a property window will open (here is a property name connection String where u get your connection String) new copy this connection string and paste it in web.config file connection String element :) :)
-
To know Connection String to connect Backend to frontend. right click on your .mdf file ----> go to properties ----> a property window will open (here is a property name connection String where u get your connection String) new copy this connection string and paste it in web.config file connection String element :) :)