Connecting Tech Pros Worldwide Forums | Help | Site Map

2.0 change app_code folder location

kpg
Guest
 
Posts: n/a
#1: Sep 11 '08
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

kpg
Guest
 
Posts: n/a
#2: Sep 11 '08

re: 2.0 change app_code folder location


kpg <no@spam.comwrote in news:Xns9B16610F782B5ipostthereforeiam@
207.46.248.16:
Quote:
Or can their be only one App_code folder per application and it must be
at the application root?

This seems to be the case.
John Saunders
Guest
 
Posts: n/a
#3: Sep 12 '08

re: 2.0 change app_code folder location


"kpg" <no@spam.comwrote in message
news:Xns9B169AEFDA5FCipostthereforeiam@207.46.248. 16...
Quote:
kpg <no@spam.comwrote in news:Xns9B16610F782B5ipostthereforeiam@
207.46.248.16:
>
Quote:
>Or can their be only one App_code folder per application and it must be
>at the application root?
>
>
This seems to be the case.
Perhaps you should consider using a Web Application Project, which does not
have such limitations.
--
John Saunders | MVP - Connected System Developer

kpg
Guest
 
Posts: n/a
#4: Sep 12 '08

re: 2.0 change app_code folder location


"John Saunders" <no@dont.do.that.comwrote in
news:#hKSR1MFJHA.4460@TK2MSFTNGP06.phx.gbl:
Quote:
"kpg" <no@spam.comwrote in message
news:Xns9B169AEFDA5FCipostthereforeiam@207.46.248. 16...
Quote:
>kpg <no@spam.comwrote in news:Xns9B16610F782B5ipostthereforeiam@
>207.46.248.16:
>>
Quote:
>>Or can their be only one App_code folder per application and it must
>>be at the application root?
>>
>>
>This seems to be the case.
>
Perhaps you should consider using a Web Application Project, which
does not have such limitations.
I will look into that.
Closed Thread