Hello,
I created an asp.net application written in C#.It connects to a Sql Server database that is installed on the Client machine. It does not need internet connection to work and is hosted using Cassini Utilidev so the client is not required to have Internet connection. I am looking to create an Installation package that will install Sql Server Express, Create Database, Install Cassini UtiliDev, Install my program and register with Cassini. Since I dont know what the Server name will be after installing Sql Server Express how would i write my connectionstrin g in the web.config file?
Thank You
I created an asp.net application written in C#.It connects to a Sql Server database that is installed on the Client machine. It does not need internet connection to work and is hosted using Cassini Utilidev so the client is not required to have Internet connection. I am looking to create an Installation package that will install Sql Server Express, Create Database, Install Cassini UtiliDev, Install my program and register with Cassini. Since I dont know what the Server name will be after installing Sql Server Express how would i write my connectionstrin g in the web.config file?
Thank You