R
rspurlock
Guest
Hi all,
I'm hoping this can be accomplished and I'm sure some of you have figured this out.
We have 2 sites, www.site1.com and www.site2.com. Now site1 is a normal site with content and all but it has a subfolder with an asp application in it. Site2, when loaded just loads the subfolder as its site. For example:
www.site1.com/subfolder = www.site2.com
The asp code reads the host headers and determines what to show based on the domain requested.
Now the fun part is they both share an MSSQL database which I believe should be no problem and they both share an access database which I also believe should be no problem (using DSN and permissions) but I really don't want 2 different copies of the application.
Can this be done? Any ideas how or alternatives?
TIA
Rob
I'm hoping this can be accomplished and I'm sure some of you have figured this out.
We have 2 sites, www.site1.com and www.site2.com. Now site1 is a normal site with content and all but it has a subfolder with an asp application in it. Site2, when loaded just loads the subfolder as its site. For example:
www.site1.com/subfolder = www.site2.com
The asp code reads the host headers and determines what to show based on the domain requested.
Now the fun part is they both share an MSSQL database which I believe should be no problem and they both share an access database which I also believe should be no problem (using DSN and permissions) but I really don't want 2 different copies of the application.
Can this be done? Any ideas how or alternatives?
TIA
Rob