FlexyBoz
FlexyBoz

Reputation: 114

Is CF 6.1 compatible with IIS7?

Is it advisable to install CF 6.1 on IIS 7 or is it compatible with IIS7 to begin with?

I did a J2EE Multiserver type installation of CF 6.1 and specified IIS as web server but without any luck, I am getting the following error:

HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error Information Module IIS Web Core Notification MapRequestHandler Handler StaticFile Error Code 0x80070002 Requested URL http://127.0.0.1:80/CFIDE/administrator/index.cfm Physical Path C:\inetpub\wwwroot\CFIDE\administrator\index.cfm Logon Method Anonymous Logon User Anonymous

Upvotes: 0

Views: 483

Answers (1)

Scott Stroz
Scott Stroz

Reputation: 7519

Try running the web server configuration tool - I believe the Windows executable is wsconfig.exe. From there its fairly intuitive on how to proceed.

Also, try following the instructions here, http://www.communitymx.com/content/article.cfm?page=1&cid=224AA . I know its for CF 7, but it may work with Cf 6.1.

Upvotes: 0

Related Questions