So, let's say I have sites.sitegenerator.com which is the root application of a .net based CMS system. I have several other websites pointing to the same server with different url's (site343.com, site222.com, etc) in IIS, I can create web sites that redirect each of those sites (all pointing to the same public IP) to sites.sitegenerator.com/site343, etc. I would like to know if anyone can think of a way to rewrite these rather than redirect using IIS or a moderately priced rewriting tool. for instance, if I want site343.com to render up active content at ites.sitegenerator.com/site343, how can I do this?