I have to replicate a database on to a server and deploy the existing code on IIS on a different server.
I installed SQL server on one of the server, then I ran aspnet_regsql.exe on to that server. The server on which IIS is installed, I pointed a virtual directory towards my project folder and the website is working. Now I want to add roles and membership to the website. I don't have Visual Studio installed on the server on which IIS is running. But I have Visual Studio 2013 installed on my local machine. Please tell me how shoul I proceed to create roles.