problem with web farm

G

Guest

hi, i have a problem with a web farm. an application asp net 1.1 that works
in different servers
doesnt works in the web farm (4 servers balanced). The error it says is
"System.Web.HttpCompileException: External component has thrown an exception"
basically is a page that its requested in one server and served by other
server and are different version of the application
.. the technichal staff says its applied the same version in the four servers
and i can believe them. please help me.
Note: i use many session variables.
 
G

Guest

The first place to start is to ensure that the machinekey element is the same
on all the boxes. This section can be declared at the machine, site, and
application levels.

It can't be set to "Autogenerate". Here is an example block:

<machineKey
validationKey='36AB5B499984F8AA309BC02E4C00E7DBD4DBF575561F1846639016F80CE99D0DF4B597C7949C07BD89559D319C843BC7C2006B438D1B125FF6DE7A686092D782'
decryptionKey='CD8BCADC2EF8DF8ACA256FE1DF681E7DB2254526DE94D9EB'
validation='SHA1'/>

Peter
 
G

Guest

very proud of talk with the Eggheadcafe man, i like very much your website,
its one of
my favorites with channel9. well i have investigated more and now i know that
the problem is an compiler error, exactly "Compiler Error Message:
The compiler failed with error code -1073741819", it appears randomly so its
difficult
to reproduce and i think it doesnt seems to be relationed with the session
problem
i think the session its being preserved. i think that its more related with
different versions
of asp net. well thanks.


"Peter Bromberg [C# MVP]" escribió:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,217
Latest member
topweb3twitterchannels

Latest Threads

Top