'New Coldfusion11 site doesn't display .cfm pages. Displays index.cfm properly

I am getting a 500 Internal error when trying to load any .cfm page that isn't Index.cfm on my new coldfusion site. This is with Asp.net/IIS 8.5. I went through and created the new site based on previously built sites (I am new and still learning CF and web development) and I have got the Index.cfm to go live, but when I add any files like test.cfm I cannot display them as a new page. I can however load .html files like test.html and I can call to .cfm pages with cfinclude (I have a header, footer, and form in the index all called upon with cfinclude)

I don't know if I have missed something entirely while setting up this site, or if there is a simple setting I've missed, but any and all help would be appreciated, thanks in advance!

500 Internal server error



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source