Skip to main content
Inspiring
June 26, 2009
Question

CF8 and IIS7

  • June 26, 2009
  • 1 reply
  • 825 views

Hi All,

Coldfusion is workng under IIS7 windows 2008 server.

If I add a new site, coldfusion doesn't work for that site. If I include the cfm page name like http://mysite/index.cfm works but it doesn't display in the right way.

I got this error if I use http://mysite . I include the default document to be index.cfm.

The resource you are looking for does not have a handler associated with it.

Any ideas?

Thanks

JFB

    This topic has been closed for replies.

    1 reply

    Inspiring
    June 27, 2009

    JFB,

    Edited (re-read OP): Did you add index.cfm as a default document for the specific site in the IIS Manager or did you set it as as default for the 'Default Web Site'? I only ask because I've hit that gotcha before (where index.cfm should have been inherited by my new site as a default document but wasn't).

    jfb00Author
    Inspiring
    June 28, 2009

    Thanks for you reply and help.

    I have the index.cfm in my default document. This link help me to fix the issue.

    http://support.microsoft.com/kb/942052/

    Now the classes from css doesn't work. I'm using custom tags.

    Any ideas?

    Regards

    JFB