Hi guys,
Probably some issue somebody encountered before but... I'm building a website containing multiple area's and languages. These area's are accessible using a subdomain in the url. For example: I have an area called bikes and an area called cars, both on the website wheels.com. I've added domain information for the area's. The area bikes has the following domain information: bikes.wheels.com and the cars area has the domain information cars.wheels.com. In IIS I added bindings on my wheels.com website for both subdomains for http and https.
On my local machine these settings work ok. When navigating to bikes.wheels.dev (local machine) I see the bikes website and when navigating to cars.wheels.dev I see the cars website. But when I publish to a test environment using the same database, configurationsettings and web.config I only get access to one area. When I call for the other area I get redirected to the first one. Example: when I requested bikes.wheels.com and I request (using a different browser) cars.wheels.com I get redirected to bikes.wheels.com.
Anybody any idea what could go wrong when using the (presumably) exact same settings?
Cheers,
Tom