I have few things to clear.
Connection String:
SqlConnection con = new SqlConnection("Data Source=DESKTOP-JDMJQRT;Initial Catalog=IEC_SMS;Integrated Security=True");
This is my current connection string. What changes should I make so that it'll also work on client machine?
What should be the prerequisite? (It is a WinForms application written in C# and SQL Server as database)
Do I need to install SSMS on client machine as well?
How to create
setup.exe
file?