2

I need to add a "Site Mapping" on IIS 7.5 to accept domains that meet some wildcard, for example: I need some web site to be mapped to the subdomain:

*.aaa.bbbb.com

That means: anything.aaa.bbbb.com and so.

Saw
  • 6,199
  • 11
  • 53
  • 104

1 Answers1

1

I'm afraid it's not possible to do that. You need to resolve the wildcard issue with DNS settings.

There is a request for this feature on Microsoft Connect. Vote for it here :)

Claudio Redi
  • 67,454
  • 15
  • 130
  • 155