We are running a Windows 2003 server with .Net 1.1 and 2.0 sites. One of our 1.1 sites needs to use the state server (all other sites, 1.1 and 2.0, use in-process state). Enabling state server for this site (or for any other site) results in an error message accompanied by a type-1074 application event log entry with an error code of 0x80070057. Googling for this code shows some questions but no definite answers.
We noticed that the state service executable is from .Net 2.0 (which should be backword-compatible with 1.1 sites), but changing the executable back to the 1.1 version does not resolve the problem.
SQL state works fine and we're using it as a temporary solution, but we don't want to use it on a permanent basis.
Any idea what thsi 0x80070057 means and how to resolve it?