ColdBox Forums Notification: Post to IIS Multisite Issue

Title: RE: IIS Multisite Issue
Thread: IIS Multisite Issue
Forum: Need Help?
Conference: ColdBox
User: sanaullah73 Hi Mike,

I have slightly different setup but that works really fine.
[code]
CF-MAPPING
1: /coldbox C:\websites\coldbox

2: Application.cfc
<!--- COLDBOX STATIC PROPERTY, DO NOT CHANGE UNLESS THIS IS NOT THE ROOT OF YOUR
COLDBOX APP --->
  <cfset COLDBOX_APP_ROOT_PATH =
getDirectoryFromPath(getCurrentTemplatePath())>

  <!--- COLDBOX PROPERTIES
--->
  <cfset COLDBOX_CONFIG_FILE = "">

These settings tell coldbox where to
find handler and config file
[/code]

After all these changes I would suggest
to restart CF ......

Please let me know if there any problem.

Sana
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=C63CF214-FF65-CEF6-655D05A7A6EA92E5