S
sravan_reddy001
i have VS generated ASPNETDB.MDF file in my website.
I want to modify that database by adding some more tables to it. So,
in order to connect to the database i want a connection string to that
database.
the content of web.config file for connectionStrings is
<connectionStrings/>
i'm able to login..
please provide me the connection string so that i can access that
Database.
I want to modify that database by adding some more tables to it. So,
in order to connect to the database i want a connection string to that
database.
the content of web.config file for connectionStrings is
<connectionStrings/>
i'm able to login..
please provide me the connection string so that i can access that
Database.