Adding Roles and Membership to 2003
Greetings,
I have created a test Web site using membership and roles on my XP sandbox.
All worked well
Deployed my website to 2003 did some magic moving aspnet_db into sql server
existing DB .. all works as desired.
However I do not know how to add users and roles on the 2003 server.
In Visual Studio I availed myself of the ASP.Net configuration icon and used
that ( I have pointed the memership role provider at my 2003 sql server in
my sandbox app and this works)
my question is how do I manage my users and roles from the 2003 server itself
(instead of my hack)
---------------------------------------------
[Sam Samson] - There is no greater folly than fixed price quoting.
.
Relevant Pages
- Re: Firewall Affecting Website Page Load Speed?
... all of the others have one or two images on the page. ... I am hosting this website at home on a machine running Windows XP Pro ... You're using IIS on Windows XP. ... You have SQL Server running on the same box. ... (comp.security.firewalls) - Re: Cannot connect to database
... when you use iis, its uses the aspnet account which is local and is probably not set up to access your sqlserver. ... I open Visual Web Developer 2008 express on desktop and Select File>open Website, and browse to a folder on DevBox. ... An error has occurred while establishing a connection to the server. ... When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. ... (microsoft.public.dotnet.framework.aspnet) - Re: Replacing ISAPI web authentication filter with .NET solution?
... and give the user access to our website. ... SQL Server ... With the current setup, user id, password and the network user id are ... our web server. ... (microsoft.public.dotnet.general) - Re: Datasource question
... If your SQL Server is in the same box as your web server you can leave local. ... should be there as default when you create a new ASPX page with code-behind enable. ... database into my App_Data folder of my website? ... Dim ds As DataSet = New DataSet ... (microsoft.public.dotnet.languages.vb) - Re: Storing Users/Groups
... > insert into @groupHeirarchy ... > union all ... >> SQL Server MVP ... All the website names are stored in a table ... (microsoft.public.sqlserver.programming) |
|