I've been having some issues with an external WFE. Built "NewServer", installed MOSS, edited the site's web.config to be similar to "OldServer"'s version (membership provider string pointing to our ISA login server).
Site is up and running, but I'm getting some errors. Compared web.configs from the two servers and found that
- OldServer web.config: <pages enableSessionState="true" ...>
- NewServer web.config <pages enableSessionState="false" ...>
Can anyone tell me what difference that might make? Is there something in CA that determines this setting, or is changed through stsadm or only in the web.config itself?
Much thanks!
Scott