I made ASP.Net website and hosted it into hosting server, I can access to the front end pages however when I want to go to admin section (which allows me to edit database
data) and I enter username and password in login page I get error:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
I had tried to delete the web.config file inside the admin folder, then went to admin/default.aspx and then it works, so the error come from the access rules to admin folder,
Can I have some help?