I follow the instructions, but the site is still not working I'm using the CSK 3.1 and I'm not sure if the connection string is right, see this is my problem the database from my local is the ClubDB.mdf and the backup still is ClubDB.mdf.bak, but when I look in the DNP SQL Database properties from the empty database I created, in the tab I can see this
| Size, KB: | 5312 | | Logical Name: | tempname |
| | Size, KB: | 504 | | Logical Name: | clubsite_log |
|
the size of the files is right but I don't see the name of the database I restore unless it was change to tempname, in any case this is a copy of my connection string can someone please tell me what I missing?
<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer"
connectionString="Data Source=72.52.xxx.xx;Database=Areyou;User Id=Dannyxxx;Password=xxxxxxx; User Instance=True"
providerName="System.Data.SqlClient"/>
</connectionStrings>
Also when I tried to log in the littleadmin SQL it would say something about not finding the shared memory dll and won't let me see the DB. Any help would be greatly appreciated, I'm new to ASP.NET and having hard time making this site works. Thanks