slayer35
slayer35

Reputation: 604

domain redirect without changing url

I'm building a sitebuilder project. The database and all other ASP.NET code is ready but I don't know how to handle domain names, because I will have only one site in IIS7 but more than a hundred sites are gonna publish from my site. (Like the sitebuilder you can find on the internet.) When users go the page, ex: www.myname1.com, it will be published from my site but the URL that the user wrote will be protected, so the user never understand the behind. (The site is coded in ASP.NET 2.0 and the hosting environment is Windows Server 2008 so IIS7.) I need some advice where to start. Thanks.

Upvotes: 0

Views: 722

Answers (1)

JP Alioto
JP Alioto

Reputation: 45117

I am not 100% sure I understand you, but if you configure a host header for each site, you can assign more than one site to a single IP address. Is that what you're trying to do?

Upvotes: 1

Related Questions