Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enhancement to an actual design
Message
From
15/03/2010 12:38:08
 
 
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:
01454595
Views:
37
>I don't think it can be done that way.
>I believe it's possible to put all the web sites into one application and use URL re-writes to map different domain names to the relevant place. But I'm not sure why you would want to do that - bear in mind that HttpApplication only processes one request at a time and if you only have one instance it will presumably be taking a much larger loading.

By "put all the Web sites into one application" seems to be what I have now. I have one directory serving various domains. However, because I have to create one IIS Web site for each site, this then creates an application for each of them, even if they all point to the same directory.

Because, the way I have it now, this creates additional memory for each new site I create. Having them all into one application would then allow me to only use one memory location and would avoid loading a new application on the first hit of each of those Web site.
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