Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enhancement to an actual design
Message
From
15/03/2010 14:13:40
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01454437
Message ID:
01454619
Views:
26
I took a look at that page. At first view, this seems to target about URL rewriting in regards to how we negotiate with a hit from a specific Web site. In my case, I have something like this:

http://www.mydomain1.com
http://www.mydomain2.com
http://www.mydomain3.com
http://www.mydomain4.com

In IIS, I have:

IIS site for mydomain1
IIS site for mydomain2
IIS site for mydomain3
IIS site for mydomain4

The first issue would be to have something like this in IIS:

IIS site for all domains

So, I would need to find a way to have IIS setup so it would know that it should process all those domains into that "IIS site for all domains". Is this possible?

The way I do it right now, is that my ASP.NET application reads the URL and knows to which client it belongs. During the initialization of the hit, once the client has been found, I can initialize the client parameters. So, I guess the issue mostly relies on how to have a IIS setup which would know how to process hits on all those domains into the "IIS site for all domains". AFAIK, an IIS site points to one IP address. Or, is there some kind of other ways to do it?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform