RE: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files

2007-05-25 Thread Charlie Arehart
Community Experts program www.carehart.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clarke Bishop Sent: Friday, May 25, 2007 5:09 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files

RE: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files

2007-05-25 Thread Dusty Hale
What web server are you running? I know some versions of IIS won't let you set up multiple webroots but there are creative ways to get around that so that you can run multiple site roots instead of running it all under the same root. If this way would work for you then here is the way:

RE: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files

2007-05-25 Thread Clarke Bishop
: Friday, May 25, 2007 3:18 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files It kinda depends on what you are doing with your code and how you are doing development, but here is what I do: /approot/ (application root

RE: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files

2007-05-25 Thread Dusty Hale
To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files Well, Clarke, I'll just chime in and ask why you'd store that info in the session scope. It's not unique to each user within an application. Rather, it's per application, right