I have created a Win Form application which adds, updates, deletes records in the database. My application is built in VS 2015 in .Net 4.5 and it uses SQL Server 2012 database for storing records. I have to run this application in another PC that does not have VS nor SQL Server. How to do it?
I have the exe file of my project in the bin folder. So if i run this exe file in another PC, it will start but database operations will not run because SQL server is not there. My Question is how to run my database operations of my project in that another PC now?