How does the asp.net application behave in a Enkompass farm? I'm assuming users hitting server 1 won't have access to application object in server 2, so there's a high chance for lots of apps to be broken when moved into a Enkompass farm?
How does the asp.net application behave in a Enkompass farm? I'm assuming users hitting server 1 won't have access to application object in server 2, so there's a high chance for lots of apps to be broken when moved into a Enkompass farm?
Last edited by cpanelbox; 06-05-2010 at 12:47 PM.
Howdy,
Older asp.net applications are likely going to need to be hosted on a single ip address. There are state issues that could be effected when using them in a multi server setup.
The only way to really test with these legacy/custom apps is to install it and test it out. Is there a particular project you're interested in?
Thanks!
does that mean apps developed on asp.net v2.0 and above will not have this problem?