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

  •  09-25-2006, 7:51 PM

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

     
    Adam,
     
    I guess it's not a CuteEditor problem, it's a host limitation - if length(folderpath) + length(querystring) > 1023, then I get a redirect.
     
    I tryied that big querystring with a regular aspx page (not CuteEditor) in both my domain and in my subdomain, and in my domain the querystring is accepted (page loads ok) and in the subdomain the page is redirected to /.
     
    I suppose all CuteEditor Dialogs MUST have that querystring with GetHashString, right? (Why is that used for?)
     
    Then my only possibility is to use it in the main domain... but dont know how to invoke that editor from subdomain.
    I guess even if I could point the urls to the main domain, the asp.net appdomains wouldn't talk to each other...
     
    Thanks.
View Complete Thread