Adding Roles and Membership to 2003

S

Sam Samson

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)
 
S

Scott M.

There is no built-in mechanism in 2003 for this. In this environment, the
aspnet_db is just a database that you'll have to manually connect to and
update yourself.
 
B

Balagopal N. Nair

Can't the ISS website be opened in Visual Studio directly where in the user
can make use of the ASP.NET configuration?


Scott M. said:
There is no built-in mechanism in 2003 for this. In this environment, the
aspnet_db is just a database that you'll have to manually connect to and
update yourself.
 
B

Balagopal N. Nair

I mean IIS... sorry :)

Balagopal N. Nair said:
Can't the ISS website be opened in Visual Studio directly where in the user
can make use of the ASP.NET configuration?
 
S

Sam Samson

Hello Scott M.,

What I ended up doing was setting up 2003 SQL side of it (aspnet_db on 2003)
and pointing my development machine membership provider to use that ... then
I can use the the tools in the IDE ... not a great solution.

cheers Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top