P
Paul Hatcher
I have a setup with two web applications, call them parent and child where
child is web application held virtual underneath parent though not physically.
What I'd like to be able to do is write into parent/App_Data from the child
app, but apart from hard-coding the actual directory into the parent's
web.config I can't determine the location within child; if I evaluate
"~/App_Data" from child then of course it's relative to the child's physical
location.
Does anyone know a nicer way of finding this out?
child is web application held virtual underneath parent though not physically.
What I'd like to be able to do is write into parent/App_Data from the child
app, but apart from hard-coding the actual directory into the parent's
web.config I can't determine the location within child; if I evaluate
"~/App_Data" from child then of course it's relative to the child's physical
location.
Does anyone know a nicer way of finding this out?