- Joined
- 31 Dec 2003
- Posts
- 5,172
- Location
- Barrow-In-Furness
I'll soon be implementing my first project and i've got a couple of questions.
1)
I'm unsure about how to create the first user (admin). What I mean is, if the first user signs up typically they will not be given a role (standard user) and thus will not be able to change their role through the role management page as it's only available to those in the 'Managers' role.
Should I just create the first admin user locally then it will already exist when the database is uploaded?
2)
At the moment when i'm working on the project the database is not on this machine, it's on another local machine. That means my connect string points to this.
When I implement the project the web server will be on a different server from the SQL Server again, so i'm guessing my connection string will need to reflect this.
Is my connection string in my web.config simply need to be changed so it points to the new SQL server or will this impact other areas?
Thanks!
1)
I'm unsure about how to create the first user (admin). What I mean is, if the first user signs up typically they will not be given a role (standard user) and thus will not be able to change their role through the role management page as it's only available to those in the 'Managers' role.
Should I just create the first admin user locally then it will already exist when the database is uploaded?
2)
At the moment when i'm working on the project the database is not on this machine, it's on another local machine. That means my connect string points to this.
When I implement the project the web server will be on a different server from the SQL Server again, so i'm guessing my connection string will need to reflect this.
Is my connection string in my web.config simply need to be changed so it points to the new SQL server or will this impact other areas?
Thanks!