Is it possible to enable RDS for ColdFusion 8 on a server that requires Basic Authentication? The web server is IIS.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RDS is it’s own protocol and from memory has nothing to do with IIS. The authentication for RDS is managed during the initial set up/install. You can change the password using the ColdFusion administrator.
Another gotcha is that even though you enabled it during installation it sometimes remains disabled. So you need to edit the web.xml file (make a backup first). Here’s a link to a kb article with detailed instructions: http://kb2.adobe.com/cps/172/tn_17276.html
Hope this helps.