I feel I should know this but I'm rusty...
Suppose a car manufacturer offers separate free web pages to its dealerships. I could envisage handling these with urls of the form:
I could then put logic in the DealerSite.asp code that drives the site content from data extracted from the database based on the dealer id in the URL. Fine!
But dealerships will want to use a more appropriate url like, say, How do I set up that new site such that it is effectively just a shell that executes the remote code on a central site without navigating to that site and changing the url displayed in the visitor's browser?
Thanks in advance.
Suppose a car manufacturer offers separate free web pages to its dealerships. I could envisage handling these with urls of the form:
I could then put logic in the DealerSite.asp code that drives the site content from data extracted from the database based on the dealer id in the URL. Fine!
But dealerships will want to use a more appropriate url like, say, How do I set up that new site such that it is effectively just a shell that executes the remote code on a central site without navigating to that site and changing the url displayed in the visitor's browser?
Thanks in advance.