HTTP Error at ASP.NET Solved

User's avatar
선미 이.
02:05 Aug 29, 2014
I’m using ASP.NET versions, and I performed every action by the Installation.
Checked .dll file, Web.config, Upload directory.

And I checked Chrome “Network” tab.
Why is there “uploader.php”? ( the red script)
I want to use ASP.NET version. every action followed ASP.NET version’s step.

How do I do?

 image001.png   92.5 KB
User's avatar
선미 이.
08:08 Aug 29, 2014
I'm aleady adding this.
config.extraPlugins = 'doksoft_preview';
config.doksoft_uploader_url = '/doksoft_uploader/uploader';

What should I do.
Support team avatar
JS+
09:01 Aug 31, 2014
Hello,

flasticflower, I suggest you to start debugging from the Network tab of your browser (see what exactly returns the server) and reading server side log. Maybe there is just wrong permission to `ckeditor/doksoft_uploader/userfiles/`? In any case server's log might clarify the situation.
User's avatar
선미 이.
06:45 Sep 02, 2014
Thank you for your helps.
I check the config.js is loaded by used CKEditor.
It works very well.
but I still can't solve this problems.
Please, check my web debugger's note.

And server side log is tell me same things.

It seems to me that it is because the PHP file is being loaded.

Thanks.
 1.jpg   136 KB
 image001.png   92.5 KB
Support team avatar
JS+
07:18 Sep 23, 2014
I have sent you the latest version to your e-mail.
Please try this version of Image Preview plugin to resolve your problem (update both client and server parts), there is a chance that your issue was fixed in the last release.
User's avatar
선미 이.
07:47 Sep 25, 2014
Thank you for your help.
I reslove my problem.