So for example site1.Mysite.com is in a directory called site1, then
site2.Mysite.com is in a directory called site2.
My question is, is it possible for these directories to include the
app_code, app_data, web.config and web.sitemap files with out the directory
being set as an application since I do not think my host will create these
for me. If not, I don't have a problem keeping the app_code, app_date,
web.config files in the root directory however, I would like to have a
separate web.sitemap for each directory, is this possible?
Would Like
Root
-->Site1
-->App_Code
-->App_Data
-->web.sitemap
-->web.config
-->Site2
-->App_Code
-->App_Data
-->web.sitemap
-->web.config
TIAI found this which answers the question about site maps however, is it still
possible to user multiple app_ folders?
http://www.codeproject.com/aspnet/MutlipleSiteMap.asp
"MDB" <mdb@.nowhere.com> wrote in message
news:%23XG%23$laeGHA.1436@.TK2MSFTNGP05.phx.gbl...
> hello all, I have a website that has multiple sites within.
> So for example site1.Mysite.com is in a directory called site1, then
> site2.Mysite.com is in a directory called site2.
> My question is, is it possible for these directories to include the
> app_code, app_data, web.config and web.sitemap files with out the
> directory being set as an application since I do not think my host will
> create these for me. If not, I don't have a problem keeping the app_code,
> app_date, web.config files in the root directory however, I would like to
> have a separate web.sitemap for each directory, is this possible?
> Would Like
> Root
> -->Site1
> -->App_Code
> -->App_Data
> -->web.sitemap
> -->web.config
> -->Site2
> -->App_Code
> -->App_Data
> -->web.sitemap
> -->web.config
> TIA
0 comments:
Post a Comment