I have CF10 installed on my local dev machine and I am trying to get cfwebstore 6.50 to run on using a well-established technique of running websites using IIS, and the default website located at: C:\inetpub\wwwroot.
I put the code into a directory beneath called tgmshop, i.e., C:\inetpub\wwwroot\tgmshop.
I should be able to run the whole store using: http://127.0.0.1/shop ... BUT, I get an error right off the bat:
I am baffled by this as the file is indeed located at C:\inetpub\wwwroot\tgmshop\customtags\sesConverter.cfm.
I have attached my config.cfm file. There must be as connection between this error an either the <base href=".."> tag, which on remote hosted site looks like this:
BTW, the cofiguration runs no problem on a hot with a domain. I think if I put all the files in C:\inetpub\wwwroot, which I do not want to do, it may run. Can anybody help? It must be Fusebox, because I can <cfinclude .../> files below the root on all my other CF sites that I can run on 127.0.0.1.
Larry2008
I have CF10 installed on my local dev machine and I am trying to get cfwebstore 6.50 to run on using a well-established technique of running websites using IIS, and the default website located at: C:\inetpub\wwwroot.
I put the code into a directory beneath called tgmshop, i.e., C:\inetpub\wwwroot\tgmshop.
I should be able to run the whole store using: http://127.0.0.1/shop ... BUT, I get an error right off the bat:
I am baffled by this as the file is indeed located at C:\inetpub\wwwroot\tgmshop\customtags\sesConverter.cfm.
I have attached my config.cfm file. There must be as connection between this error an either the <base href=".."> tag, which on remote hosted site looks like this:
<base href="http://tropicalgardenmarket.com/shop/"/>
BTW, the cofiguration runs no problem on a hot with a domain. I think if I put all the files in C:\inetpub\wwwroot, which I do not want to do, it may run. Can anybody help? It must be Fusebox, because I can <cfinclude .../> files below the root on all my other CF sites that I can run on 127.0.0.1.