Re: Problem with too long querystring in (godaddy?) subdomains / virtual directories

  •  09-26-2006, 9:55 PM

    Re: Problem with too long querystring in (godaddy?) subdomains / virtual directories

    Update:
     
    By setting MultipleServerMode=true (Editor.config) and CuteEditorTempPath=writeable path, the problem is gone.
    Now querystrings are small again.
     
    It was not a GetHashString problem, but Serializing something (through FormsAuthentication.Encrypt) to the querystring... now with MultipleServerMode it uses file based storage.
     
     
     
View Complete Thread