K
kpg
Hi all,
I want to 'clone' my locally hosted suite of web services to a public
server for redundancy/fallover purposes, but have run into limitations
of their support for setting application roots.
Currently I have some web services in a folder at the site root, some in
sub-folders and others 2 levels deep in sub-folders - for organizational
reasons - so I have multiple application roots at various depths.
I could hunt for an ISP that allows this, or I could change the
structure of my apps.
I like having the folder sturcture, but say I decided to have one
application root located at the site root - I would still like to have
seperate App_Code, App_Data and other special folders down with the apps
they support.
Can this be done via the web.config file?
Or can their be only one App_code folder per application and it must be
at the application root?
kpg
I want to 'clone' my locally hosted suite of web services to a public
server for redundancy/fallover purposes, but have run into limitations
of their support for setting application roots.
Currently I have some web services in a folder at the site root, some in
sub-folders and others 2 levels deep in sub-folders - for organizational
reasons - so I have multiple application roots at various depths.
I could hunt for an ISP that allows this, or I could change the
structure of my apps.
I like having the folder sturcture, but say I decided to have one
application root located at the site root - I would still like to have
seperate App_Code, App_Data and other special folders down with the apps
they support.
Can this be done via the web.config file?
Or can their be only one App_code folder per application and it must be
at the application root?
kpg