|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/19/2006 12:02:00 AM
Posts: 6,
Visits: 1
|
|
Dear webmaster, I new in hosting here. My hosting plan is HE-25. I am having two database: 1- InternetOglas sql database 2005 (free 175 MB) 2- membership class asp.net 2.0 (Is free or not for sqlmembership provider) Please answer me. Please give me exactly connection string for sqldatabase (etc. InternetOglas) Thanks
InternetOglas
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 12/30/2008 9:51:24 AM
Posts: 170,
Visits: 469
|
|
You must create this within your SQL 2005 Database. Create the SQL Application Services Structure in your Database: A) Using the Command Prompt on your computer navigate to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
B) Execute the following: aspnet_regsql.exe -S [DB Server Name] -U [DB login] -P [Password] -A all -d [Database name] Then use the connection string in the previous post.
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!
|
|
|
|