Search code examples
asp.netmysqlasp.net-membershipproduction-environment

Where can I access the ASP.NET Configuration on a production server?


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...)?


Solution

  • How about this?