Hi,
(sorry for my english!)
I buy CkFinder for my site.
I got Asp.Net 1 & 2 on mey web server.
Everything work's fine with : Images.Add "component", "None"
With Images.Add "component", "Asp.Net"
I always got the error "Error returned in call to Asp.Net page"
I have define CKFinderTempPath in config.asp and in web.config (this folder is created by the code but no file inside).
With CKFinder_Debug = true and during the upload i got this alert message :
Debug Text : Error returned in call to Asp.Net page. (1074324846, system error : -1072896658.)
Thank you!
(sorry for my english!)
I buy CkFinder for my site.
I got Asp.Net 1 & 2 on mey web server.
Everything work's fine with : Images.Add "component", "None"
With Images.Add "component", "Asp.Net"
I always got the error "Error returned in call to Asp.Net page"
I have define CKFinderTempPath in config.asp and in web.config (this folder is created by the code but no file inside).
With CKFinder_Debug = true and during the upload i got this alert message :
Debug Text : Error returned in call to Asp.Net page. (1074324846, system error : -1072896658.)
Thank you!
Re: Thumbnails & Asp.net error
I managed to get exactly the same error by changing the following line:
into
in core\connector\asp\loopback.aspx
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Thumbnails & Asp.net error
Thank for your fast reply.
I pretty sure that none of my file influence the UTF but i don’t have the control of my web server.......
I can ask them to do something… but i’m not really sure what to ask them......
When i call back a AJAX file (on this web server) i always need to put <%@ codepage=65001 %> on the top of my asp file to modier the UTF of the server reponse. So, i pretty sure than you are right about the problem.....
Re: Thumbnails & Asp.net error
Re: Thumbnails & Asp.net error
Next version will include some settings in order to avoid the problem.