E
erdos
I am adding a new domain to my site and need to take aspx pages that
were in a sub folder and add them to the new site. My old site and
the new one will be in sub folders off of the root. So the two sites
will only be seperated by a folder. The old site is the company
website and the new one is a web app. How can I keep sessions in
synch between the two sites? Also, how do I make calls from
company.DLL to webapp.DLL. I don't want to loose ease of
communication I have now by using only one app.
Would keeping the webapp in its current sub folder off of the company
site work better? In other words:
root/companysite/theapp
vs.
root/theapp
root/companysite
Thanks.
were in a sub folder and add them to the new site. My old site and
the new one will be in sub folders off of the root. So the two sites
will only be seperated by a folder. The old site is the company
website and the new one is a web app. How can I keep sessions in
synch between the two sites? Also, how do I make calls from
company.DLL to webapp.DLL. I don't want to loose ease of
communication I have now by using only one app.
Would keeping the webapp in its current sub folder off of the company
site work better? In other words:
root/companysite/theapp
vs.
root/theapp
root/companysite
Thanks.