|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/19/2006 12:02:00 AM
Posts: 6,
Visits: 1
|
|
Dear webmaster, Please give me exactly answer: I having sql 2005 database. Is name: InternetOglas. For web.config connection string is: <add name="IzvorRaznoBerza" connectionString="User=???????; Password=???????; Data Source=SQL2005DATABASESERVER;Integrated Security=SSPI;Initial Catalog=InternetOglas" providerName="System.Data.SqlClient"/> name="IzvorRaznoBerza" is my local custom name (not LocalSqlServer or ????) Question is: is exactly: DataSource= SQL2005DataBaseServer or DataSource=NS1.REINVENTINC.COM or DataSource=SQL2005.REINVENTINC.COM or ?????? Please give me exactly answer. ===================== Access database aspnetdb.mdb is my membership class or it not allowed. For it connection string is: <add name="ASPNETDB" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|ASPNetDB.mdb" providerName="System.Data.OleDb"/>
Is allowed connection to access database or not ??? If not allowed than I creating following your instructions. ==================== Thanks
InternetOglas
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 12/30/2008 9:51:24 AM
Posts: 170,
Visits: 469
|
|
Hello, It appears you are setup on sql2005.reinventinc.com. That would need to be used for the Data Source. We do not support SQL 2005 Express to use the ASPNET.MDF database. You would need to create the Membership Provider and Roles on your SQL 2005 database with us as described previousely with the sample connection string we gave.
Paul BRe-invent Technologies LLC http://www.re-invent.com
Innovative ASP.NET 3.5/2.0 Hosting Now with Windows 2008 Hosting and SQL 2008 Celebrating 10 Years in Business!
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/19/2006 12:02:00 AM
Posts: 6,
Visits: 1
|
|
Dear webmaster, On my sqlexpress: datasource = .\sqlexpress Please, give me answer for reinvent: datasource= ????? (datasource=NS1.reinventinc.com or not ) Please give me full exactly connection string for my sql base: I having sql 2005 database. Is name: InternetOglas.
--------------------------------------------------------- For membership class my base is access2003 (office 2003) database (*.mdb) It not sql database (*.mdf). <add name="ASPNETDB" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|ASPNetDB.mdb" providerName="System.Data.OleDb"/> Is allowed connection to access2003 (office 2003 not sql ) database or not ???
If not allowed than I creating following your instructions. ==================== Thanks
InternetOglas
|
|
|
|