I am a new web developer and in my company they put the web application in one of the servers and the database in another server which is located in the company data center.
Now, there is a problem in one of the ASP.NET applications which is basically about giving one of the users the whole admin right on that system. That system lacks the feature of adding users and giving them this role. So basically I have to access that corporate database and go the UserRoles table and give the user the desired role. So how to do that?
From the web config file, I could be able to know the name and location of the database. The database is SQL Server. And I want now to access it remotely if it is possible. So how to do that?