Securing a dev site (using IIS)

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
dbreyley
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Tue Jun 17, 2008 8:06 am

Securing a dev site (using IIS)

Post by dbreyley » 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.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: Securing a dev site (using IIS)

Post by Shopping Cart Admin » Tue Mar 11, 2014 2:59 pm

Hello,

Typically you'd just set the store to admin access only or set the port to something goggle and others access. 8080 is the typical port for experimental.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: Securing a dev site (using IIS)

Post by NC Software » Wed Mar 12, 2014 7:20 am

You can set IIS to only allow access to your IP address
Neal Culiner
NC Software, Inc.

jguengerich
Commodore (COMO)
Commodore (COMO)
Posts: 436
Joined: Tue May 07, 2013 1:59 pm

Re: Securing a dev site (using IIS)

Post by jguengerich » Thu Mar 13, 2014 9:06 am

You could also put your dev site on a server on your internal network, not accessible from the internet.
Jay

Post Reply