Hi, i am new at web building and programing, I have been going in circles for a week, i now its simple but i just cant get it(100% no techy). I only ask because the company that i purchased the script of wont reply back for any help or tickets,, when i purchased the software,, they said free instilation :disappoin. Here is what i need to do,, Adjust your database connection string in the web.config file - Data Source, database, username and password (if any) <connectionStrings> <add name="aspnetdating" connectionString="Data Source=(local);database=AspNetDating;Integrated Security=True" providerName="System.Data.SqlClient"/> </connectionStrings> I have no idea what a data sources is, what a data base is. my site is called friendsdatingfriends, Do i put this in as data source and base? or it has some thing to do with mysql? Anyone interested in helping me by PM,, im happy to share my ppc knowledge in exchange. Best Regards Jason
Data Source is the server address on which you have your database. You can get this information from your web host. Database is the name of the database you have created in your hosting. If you haven't created one yet, you willhave to first create a database and use its name over here..