Click here to Skip to main content
15,901,284 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have web application clone but dont have database of this application how can create new databse for this and where do changes in asp.net webapplication.

<configuration>
<appsettings>
<add key="asdf_DataAccessLayerType" value="warehouse.DataAccessLayer.SQLDataAccess"/>

<connectionstrings>
<add name="asdfWebsiteString" connectionString="Data Source=hostingmssql06;Network Library=dbmssocn;Connection Timeout=15;Packet Size=4096;
Integrated Security=no;User ID=asdf; Encrypt=no;Initial Catalog=asdf; Password=1234;"


What I have tried:

i create new database and table but it not working.
and add new conection string is:

"Data Source=.\SQLEXPRESS;Network Library=dbmssocn;Connection Timeout=15;Packet Size=4096;Integrated Security=no;User ID=asdf; Encrypt=no;Initial Catalog=asdf; Password=1234;"


how to do i cant understand.
Posted
Comments
Christiaan van Bergen 1-Apr-18 6:28am    
Could you please tell us what exactly is not working? Please use the 'improve question' to add maybe some errors/exceptions you are getting.
Deekshaa Singh Chauhan 1-Apr-18 8:50am    
i want export database on my pc
[no name] 1-Apr-18 9:55am    
If you want to export database locally from "hostingmssql06" - assuming you have access to this server you can generate the scripts of database / table which you can use to execute in local SQL instance and create same database locally.

If this is done then you need to share exact error you are getting which is restricting you from accessing local db...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900