when i got my Deployable\nop_2.40 directory into my server(host), and refresh my URL. The istall step begin, but i got error in install process(i just have database in host) :
" nopCommerce installation
To complete this wizard you must know some information regarding your database server ("connection string"). Please contact your ISP if necessary. If you're installing on a local machine or server you might need information from your System Admin.
Setup failed: System.InvalidOperationException: Sequence contains more than one element at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at System.Data.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__3[TResult](IEnumerable`1 sequence) at System.Data.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot) at System.Data.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[S](Expression expression) at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression) at System.Linq.Queryable.Single[TSource](IQueryable`1 source) at Nop.Services.Installation.InstallationService.InstallSettings() in d:\WORKING\Shop.YTCN\Libraries\Nop.Services\Installation\InstallationService.cs:line 4533 at Nop.Services.Installation.InstallationService.InstallData(String defaultUserEmail, String defaultUserPassword, Boolean installSampleData) in d:\WORKING\Shop.YTCN\Libraries\Nop.Services\Installation\InstallationService.cs:line 9409 at Nop.Web.Controllers.InstallController.Index(InstallModel model) in d:\WORKING\Shop.YTCN\Presentation\Nop.Web\Controllers\InstallController.cs:line 429"
i think i have problem with my connectstring, but i can't find it in project, so, what can i do ? Help me ?