This topic is locked
[SOLVED]

 Duplicate project with a new database

1/25/2017 10:51:47 AM
ASPRunner.NET General questions
C
ccvvccc author

Hi All;
How can we make an exact copy of the project with a new database in asp runner.net?
Any idea is appreciated...

jadachDevClub member 1/25/2017

Assuming you have an identical database ready to go, you would open the project and click save project as (your new name). Then edit your connection to point to your new database.

C
ccvvccc author 1/26/2017



Assuming you have an identical database ready to go, you would open the project and click save project as (your new name). Then edit your connection to point to your new database.


Yes. That worked. I am using MSSQL. I cloned my database. And I saved my asp runner.net project with a new name. (I did "Save project as..."). Than I changed the database connection. Thats it. Thanks a lot.