State Server error 1074

  • Thread starter Thread starter Glen
  • Start date Start date
G

Glen

I cannot find any documentation on this state server error. Any
suggestions?
----------------------------------------
Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1074
Description:
An error occurred in while processing a request in state server. Major
callstack: ProcessCompletion-->ProcessReading. Error code: 0x80070057
----------------------------------------

The state server is running fine, another web site on the same server is
accessing it without a problem.

However, a new site I'm trying to set up is getting the error. The
"sessionState" element in the Web.config file is the same for both sites.

However, the second site is different, in that the ASP.NET site is
coexisting within an InterDev ASP web site. So the main folder has files
like global.asa and global.asax, default.asp and default.aspx, etc.

Is this somehow messing up the connection to the state server? Are there
front page extensions settings on the folder that are interfering with the
state server? Or any other sort of permission set somewhere else?

Glen
 
The problem was that the name of the project folder had a space in it.
Reconstructing the environment so that the folder did not have a space
in the name fixed it.

Folders above the project (and web share) are fine with spaces, but not
the shared folder.

Glen
 
Back
Top