Currently, I have successfully deployed my ASP.NET App in the Production server.
Now I need to create the roles and users with the MySQL Membership Provider.
So far I have done this in localhost using the ASP.NET Configuration site that can be found in the "Project" menu in VS2010.
How can I use this in the production server if I don't have VS2010 installed there? Is there any other way to effectively set up this configuration (roles, users...)?
How about this?