Okay i've made a duplicate site of my own to play with without
disturbing the live one.

Now the problem is they share the same DSN. I've already created a new
DSN, and copied the database, and set that up correctly.

Now I've done some searching to try and figure this out before i
posted, and i gather that your supposed to change in the
_serverspecificsvar.cfm but i see no reference  to a dsn in here at
all...

This is what i've got in there actually.

[code]
<cfsetting enablecfoutputonly="Yes">

<!--- Setup environment variables for specific developers/machines/
servers --->
<cfset machineName = createObject("java",
"java.net.InetAddress").localhost.getHostName() />
<cfswitch expression="#machinename#">

        <!--- machine1 --->
        <cfcase value="machine1">

        </cfcase>

        <cfdefaultcase>

        </cfdefaultcase>

</cfswitch>

<cfsetting enablecfoutputonly="no">
[/code]

Now i also tried changing the application.cfm file in the www folder
but it doesn't seem to have done anything. I've refreshed app scope,
and restarted IIS

Am i missing something obvious ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to