VS command prompt
>aspnet_regsql -S streamline -U gamepoint1979 -P gamepoint1979 ed -d gamepoint2
>aspnet_regsql -S streamline -U gamepoint1979 -P gamepoint1979 -d gamepoint2 -et -t Teams
>aspnet_regsql -S streamline -U gamepoint1979 -P gamepoint1979 -d gamepoint2 -et -t MatchSetups
>aspnet_regsql -S streamline -U gamepoint1979 -P gamepoint1979 -d gamepoint2 -et -t MatchResults
WebConfig
Change the name of database from Gamepoint2 to the new database
Change the ‘connectionStringName‘ from Local to the connection being used
Advertisement