Skip to main content
January 21, 2015
Question

I have issue to browse cfm pages from remote filer the same cfm pages works when placed at local drive on server. its IIS 8, CF 11

  • January 21, 2015
  • 1 reply
  • 309 views

I have issue to browse .cfm pages from remote filer, the same cfm pages works when placed at local drive on server. its IIS 8, CF 11 and wondows server 2012.

When I access .cfm pages from remote filer, it gives me an error "coldfusion.runtime.TemplateNotFoundException: File not found: " whereas the file exists on filer. the same works when i place files at local drive on server.

Any suggestion is greatly appreciated.

    This topic has been closed for replies.

    1 reply

    Carl Von Stetten
    Legend
    January 21, 2015

    If I understand your issue correctly, you have some CFM files that are on a remote system (not on the actual CF server), but you want ColdFusion to still process them.  You might be able to make a mapping in ColdFusion Administrator to point to the remote system folder (provided the ColdFusion service is running as a domain account with adequate permissions to the remote location), and/or create a virtual directory in IIS to point to the remote system folder (and the IIS service account needs permissions to the remote location too).  Generally, though, CFM files should be placed on the server where ColdFusion is installed.

    -Carl V.