The Muffin Man
The Muffin Man

Reputation: 20004

help setting up coldfusion 9 with IIS7

I downloaded ColdFusion 9 and set it up, at the end it asks to go to the Administration, but when it does I get an HTTP 404 error.

Also while trying to run cfm files in dreamweaver I get the same error. I can however browse the testing server and see all of the files on it. Any ideas?

I primary work with ASP.NET on my local machine if that matters.

Upvotes: 0

Views: 4245

Answers (1)

Dustin Martin
Dustin Martin

Reputation: 1327

ColdFusion 9 doesn't support IIS 7 without first installing the 9.0.1 update. This may be your problem. You can go here to download and install it. This link also provides some good info of what is new in the update. Even if this isn't your problem, you probably should still install it as it is a fairly big update.

Upvotes: 1

Related Questions