HI,
Hope you dont mind me tagging onto the bottom of this but im not quite getting my head around this and have a similar requirement...
I have a dedicated server with several domains all on different websites within IIS. For one of the domains I want to be able to handle wildcard domains:
http://*.domain.com
eg. damian.domain.com
I want to maintain the full URL as passed to IIS but be able to handle this with a website within IIS and then bebale to pick up the details of the subdomain from the request header and do something with it in code.
I have been looking at the donain rewrite modue etc and reading several posts but not sure what is the qrite thing to use.
As i have several live sites on this server I am scared to just go hacking about with this as i might screw something up and take the other sites down.
Can you give me any help with this?
Thanks
Damian