Re: Securing an IIS7 development server

2010-06-21 Thread Matthew Small
You need to add in Basic and/or Integrated Windows Auth as modules for IIS 7 in Windows Features (Vista/Win7) or Server Manager (WS2008). Ok, Anonymous authentication has been disabled. However there is no Basic or Windows authentication in the Authentication window. Instead there is:

RE: Securing an IIS7 development server

2010-06-17 Thread Bobby Hartsfield
.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Richard Steele [mailto:r...@photoeye.com] Sent: Wednesday, June 16, 2010 9:40 PM To: cf-talk Subject: Securing an IIS7 development server I'd like to password protect the various websites we are developing. Can anyone point

RE: Securing an IIS7 development server

2010-06-17 Thread Justin Scott
Right click on the website in IIS, select properties and click the Directory Security tab. Click Edit under Authentication and access control. In IIS7 it's the same principle, but in a slightly different place. Select the site (or server) to get the options in the main window. Open the

Re: Securing an IIS7 development server

2010-06-17 Thread Andrew Grosset
Here is a guide to securing ColdFusion 9 http://tinyurl.com/2bch7cn http://www.adobe.com/products/coldfusion/whitepapers/pdf/91025512_cf9_lockdownguide_wp_ue.pdf ~| Order the Adobe Coldfusion Anthology now!

Re: Securing an IIS7 development server

2010-06-17 Thread Richard Steele
Ok, Anonymous authentication has been disabled. However there is no Basic or Windows authentication in the Authentication window. Instead there is: Anonymous ASP.net Impersonation Forms authentication Forms authentication is expecting a login.aspx file that is not anywhere on the server.

Securing an IIS7 development server

2010-06-16 Thread Richard Steele
I'd like to password protect the various websites we are developing. Can anyone point me to a good tutorial as to how to do this? Many thanks. ~| Order the Adobe Coldfusion Anthology now!