Re: Unable to calculate UploaderRoot , not found! (RTE for ASP Classic)

  •  04-03-2013, 12:27 PM

    Re: Unable to calculate UploaderRoot , not found! (RTE for ASP Classic)

    Hi,

     

    What application pool you are using? If it is .net framework 4.x, then try use .net framework 2.0.


    Another way is do the setting below in your web.config

     

    <httpRuntime requestValidationMode=″2.0″ /> 

     

    Regards,

     

    Ken 

View Complete Thread