Be seen. Boost your question’s priority for more expert views and faster solutions
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
cfc path's are always from the webroot down
so if your cfc is located here... "store\app\login.cfc"
and "store" is a folder in the ROOT of your website
then you should be able to access it using this
<cfinvoke component="store.app.login
But it sounds like you are using a virtual directory, which coldfusion doesn't see. So you want to setup a codlfusion mapping for "web" to "c:\inetpb\wwwroot\gpsv2\w
Then you can use the code as you "web.store.app.login"