Would anyone give me some instruction of how to create user's id and password as administrator for the website? I tried to view the live website from the template and use the password and id (Admin and 1.admin.1). It doesn't work.
Thanks
User ManagementPersonal Site kit template
Vo Danh
"Therefore do not worry about tomorrow, for tomorrow will worry about itself. Each day has enough trouble of its own." — Matthew 6:34 NIV
Load the website into VWD2008 then from the website menu load up the ASP.NET Configuration and setup a admin user then make sure you add the account into the administrator role.
If you get an error make sure the connectionstring is correct in your web.config, should be pointing to a aspnetdb.mdf.
Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
Member
1 Points
11 Posts
Userid and password create and login
Jun 24, 2008 09:18 PM|uname2000|LINK
Would anyone give me some instruction of how to create user's id and password as administrator for the website? I tried to view the live website from the template and use the password and id (Admin and 1.admin.1). It doesn't work.
Thanks
User Management Personal Site kit template
"Therefore do not worry about tomorrow, for tomorrow will worry about itself. Each day has enough trouble of its own." — Matthew 6:34 NIV
Contributor
5190 Points
1469 Posts
Re: Userid and password create and login
Jun 25, 2008 06:20 AM|jeremyh|LINK
Load the website into VWD2008 then from the website menu load up the ASP.NET Configuration and setup a admin user then make sure you add the account into the administrator role.
If you get an error make sure the connectionstring is correct in your web.config, should be pointing to a aspnetdb.mdf.
For a great write up on the aspnet membership that a look at http://aspnet.4guysfromrolla.com/articles/120705-1.aspx
Hope it helps
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
Member
1 Points
11 Posts
Re: Userid and password create and login
Jun 25, 2008 07:24 PM|uname2000|LINK
It greats and working very well thanks,
"Therefore do not worry about tomorrow, for tomorrow will worry about itself. Each day has enough trouble of its own." — Matthew 6:34 NIV