christrinder
05-08-2006, 10:14 AM
Hey all,
I'm building a rather large site for my company, and whereas my (self-taught) knowledge of ASP.NET (C#) coding is quite good, my more generic knowledge of hosting and server technology is rather limited.
I have built the application in the recommended format; Company.Project.Module...
The administration site needs to talk to other sites on the same server, i.e. from the admin site (Company.Project.Admin.Web) read and write images to:
Comapny.Project.Site1.Web
This is fine as I have set them up on my local machine as virtual directories. However, when I go live and put them on the www, I don't really want the target audience so see the full path:
www.Site1.com/Comapany.Project.Module.Site1/Page.aspx
So my question is, can I have numerous virtual directories sat alongside each other on a web server BUT have a different URL pointing to the virtual directory so that each request is from that virtual directoy and thus each link throughout the site doesn't have to include; "/Company.Project.Module.../"
... Hope this makes some sense and I would really appreciate your help.
Thanks,
Chris
I'm building a rather large site for my company, and whereas my (self-taught) knowledge of ASP.NET (C#) coding is quite good, my more generic knowledge of hosting and server technology is rather limited.
I have built the application in the recommended format; Company.Project.Module...
The administration site needs to talk to other sites on the same server, i.e. from the admin site (Company.Project.Admin.Web) read and write images to:
Comapny.Project.Site1.Web
This is fine as I have set them up on my local machine as virtual directories. However, when I go live and put them on the www, I don't really want the target audience so see the full path:
www.Site1.com/Comapany.Project.Module.Site1/Page.aspx
So my question is, can I have numerous virtual directories sat alongside each other on a web server BUT have a different URL pointing to the virtual directory so that each request is from that virtual directoy and thus each link throughout the site doesn't have to include; "/Company.Project.Module.../"
... Hope this makes some sense and I would really appreciate your help.
Thanks,
Chris