Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enhancement to an actual design
Message
From
14/03/2010 16:43:29
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Enhancement to an actual design
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:
01454437
Views:
99
I have a design issue which I would like to obtain. It is not easy. But, here is the situation.

I have 17 Web sites.
I have only one directory serving all those Web sites.
So, basically, the Bin\LevelExtreme.dll serves all those Web sites.
Each of those Web sites have a Web site created in IIS.
However, each of those entries in IIS points to the same directory.

So, with that structure in mind, one project serves all those sites. It is considered of course that the LevelExtreme.dll has everything it needs to know how to deal with that.

So, when a first hit is happening to each of those sites, my application object is initialized. So, on the upcoming hit on the same site, the application object is already loaded in memory so it will not initialized again. The same thing happens for each of those sites. Because each of those sites have their own site in IIS serving their own domain, the initialization process will happen for each of them on the first hit. This is done in a flash. The problem is not there.

What I am trying to do is to have this initialization done only once and share the application object on all those sites.

Any idea?
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
Next
Reply
Map
View

Click here to load this message in the networking platform