All works well on my dev machine, but I created users and roles using the local-only tool:
Web Site Administration Tool.
Now I want to start letting my client check out the site, but want it protected. I'm using Build->Publish
from VS 2010, and it does not bring up my roles or users.
My host (dotNet-Host.com) supports IIS Manager remote. I can see my site in IIS Manager Remote, but
can't add users or roles.
What's a good way to put my roles and users up on the production server?
nivram509
Member
40 Points
19 Posts
Getting my Admin users and the Admin role up on the production server
Feb 21, 2012 02:57 AM|LINK
I have some controlers I'm protecting with
All works well on my dev machine, but I created users and roles using the local-only tool: Web Site Administration Tool.
Now I want to start letting my client check out the site, but want it protected. I'm using Build->Publish from VS 2010, and it does not bring up my roles or users.
My host (dotNet-Host.com) supports IIS Manager remote. I can see my site in IIS Manager Remote, but can't add users or roles.
What's a good way to put my roles and users up on the production server?
ignatandrei
All-Star
135174 Points
21682 Posts
Moderator
MVP
Re: Getting my Admin users and the Admin role up on the production server
Feb 21, 2012 05:10 AM|LINK
Deploy database
and do not forget
http://weblogs.asp.net/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx
nivram509
Member
40 Points
19 Posts
Re: Getting my Admin users and the Admin role up on the production server
Feb 21, 2012 05:14 PM|LINK
Thank you.