Since I have started working with the Club Site Starter Kit I have gathered much information...but I am missing a few pieces.
1. Since ASP.NET Configuration is not available once the site is deployed to remote host (in most cases) is it true that developing locally and creating an administrator role and login locally and then backing up and restoring the database to the remote
host will be enough to retain said administrator login and role?
2. Are the databases for the Club Site and Extended Club Site the same? Schemas? etc.
3. If I create a login and name it to administrator (locally) will this retain when restored to the remote host?
4. I am under the impression that I need to create the database, run aspnet_regsql.exe then finish with the SQL Script to create the tables. Is this order correct?
One other thought...if I develop locally, but use a connection string to the remote host, will the "ASP.NET Configuration" option be available? Or is it the same as "not developing locally"?
Cyberscape D...
Member
1 Points
7 Posts
Deploying the Club Site Starter Kit
Jan 06, 2009 02:00 AM|LINK
Since I have started working with the Club Site Starter Kit I have gathered much information...but I am missing a few pieces.
1. Since ASP.NET Configuration is not available once the site is deployed to remote host (in most cases) is it true that developing locally and creating an administrator role and login locally and then backing up and restoring the database to the remote host will be enough to retain said administrator login and role?
2. Are the databases for the Club Site and Extended Club Site the same? Schemas? etc.
3. If I create a login and name it to administrator (locally) will this retain when restored to the remote host?
4. I am under the impression that I need to create the database, run aspnet_regsql.exe then finish with the SQL Script to create the tables. Is this order correct?
One other thought...if I develop locally, but use a connection string to the remote host, will the "ASP.NET Configuration" option be available? Or is it the same as "not developing locally"?
Thanks!
raghav_khung...
All-Star
32835 Points
5563 Posts
MVP
Re: Deploying the Club Site Starter Kit
Jan 10, 2009 06:24 PM|LINK
Hi,Cyberscape
For ur purpose U have To implement Asp.net membership feature on ur remote host server.U need To have implement that with aspnet_regsql.exe
So for that u need to have That remote serevr Ip address and database name and username and password for that