Securing a dev site (using IIS)
Posted: Tue Mar 11, 2014 12:07 pm
What is the best/easiest way to secure a dev site so that it can not be accidentally accessed by people from the outside and/or indexed by Google.
I was looking for a way to do this in IIS so that we don't need to worry about accidentally publishing code from the dev site to the live site.
I tried to set basic authentication,so that only users on the server would have access and would need to enter their credentials. In doing so I needed to disable anonymous and forms authentication, but the login in and add to cart functionality stopped working.
Any help would be appreciated.
I was looking for a way to do this in IIS so that we don't need to worry about accidentally publishing code from the dev site to the live site.
I tried to set basic authentication,so that only users on the server would have access and would need to enter their credentials. In doing so I needed to disable anonymous and forms authentication, but the login in and add to cart functionality stopped working.
Any help would be appreciated.