State Server error 1074

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Glen

    State Server error 1074

    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: ProcessCompleti on-->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
    "sessionSta te" 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


  • Glen

    #2
    Re: State Server error 1074

    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





    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

    Comment

    Working...