M
micfrost
I would like this folder structure for 2 web applications:
root/app1/Default.aspx
root/app1/App_Themes
root/app2/Default.aspx
root/app2/App_Themes
This will error, because asp.net expects the location: root/App_Themes
for both apps.
How do I make the App_Themes path relative for each app? Both apps need
to run on the same Web root.
root/app1/Default.aspx
root/app1/App_Themes
root/app2/Default.aspx
root/app2/App_Themes
This will error, because asp.net expects the location: root/App_Themes
for both apps.
How do I make the App_Themes path relative for each app? Both apps need
to run on the same Web root.