Script and css links not working

Anyone have thoughts on this?

The site works on CF11 Update 18.
But when migrated to lucee, the links to style sheets, script libraries and images are not being loaded/imported

They are throwing 500 errors. GET https://lucee-carrier.opentrac.com/images/logo2.gif 500 shell.cfm?content=ApplicationAccess/disp_login.cfm:15 GET https://lucee-carrier.opentrac.com/common/javaScript/lib_js_funcs.js net::ERR_ABORTED 500

can you describe your webserver config?

Windows 2016 Server, IIS Version 1607
What is it you would like to see?
We have other sites we migrated over and are testing and images and resources load fine.
The references are made in the same way as the other sites and they are all working.

any mimeMap stuff in your web config?

i’ve seen a few people mention that removing that it resolved such problems

There was an issue with the web config, but fixed that. took out the beginning < so it would display
This is there:
?xml version=“1.0” encoding=“UTF-8”?>
configuration>
system.webServer>

security>
requestFiltering>
requestLimits maxUrl=“3500” maxQueryString=“3000” />
/requestFiltering>
/security>
defaultDocument>
files>
clear />
add value=“index.cfm” />
add value=“index.html” />
add value=“Default.htm” />
add value=“Default.asp” />
add value=“index.htm” />
add value=“iisstart.htm” />
add value=“default.aspx” />
/files>
/defaultDocument>
directoryBrowse enabled=“false” />

/system.webServer>
/configuration>

Found the issue.
1 was an entry in the web.config there was an entry that was being duplicated by the IIS settings
2 the login page which I have on my local machine that runs fine in CF2011, but not in lucee.
Took the code out and restored to the current production files and site ran