0

I got 2 websites in my IIS.

When I'm trying to link ColdFusion and IIS, ColdFusion web server tool don't see my websites. You can see it in the image.

My ColdFusion version is 11 Enterprise Edition, IIS version 6.1, Windows server 2008 rc2 operating system.

I'm working on Oracle Virtualbox.

Fish Below the Ice
  • 1,273
  • 13
  • 23
mcoztunc
  • 23
  • 1

2 Answers2

1

Known CF11 bug. You need to install the Microsoft C++ 2008 x64 SP1 Redistributable (or x86 if you're running 32bit).

nobody
  • 19,814
  • 17
  • 56
  • 77
Chris Hopkins
  • 314
  • 4
  • 12
  • Just saw your using IIS 6.1 - the bug i referenced was with iis 7.5 IIS 6 is rather old, any reason you have not updated to 7.5? – Chris Hopkins Jun 16 '14 at 11:11
  • Thanks this is just what i needed. But now i got a new error."You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server." I looked at permissions twice it seeems allright. Any suggestions? – mcoztunc Jun 16 '14 at 13:48
  • ACL's are network control goodness, speak to someone on your network team. – Chris Hopkins Jun 16 '14 at 13:53
0

The Visual C++ redistributable package is missing. Install Microsoft Visual C++ 2008 SP1 Redistributable Package (x86/x64) and then try again.

Fish Below the Ice
  • 1,273
  • 13
  • 23
Anit Kumar
  • 1,228
  • 8
  • 16