I'm using VS2008 for develop web application, and I'm using fckeditor in my application --> everything is good.
But when I deploy web application on server (window server 2003), some page which use fckeditor cannot use,
it appears "The page cannot be found" (only fckeditor control, other control can use).
Please help me, thank you.
Sorry my English is not well.
But when I deploy web application on server (window server 2003), some page which use fckeditor cannot use,
it appears "The page cannot be found" (only fckeditor control, other control can use).
Please help me, thank you.
Sorry my English is not well.
Re: How to deploy fckeditor for asp.net website?
[quote="khunoak"]I'm using VS2008 for develop web application, and I'm using fckeditor in my application --> everything is good.
But when I deploy web application on server (window server 2003), some page which use fckeditor cannot use,
it appears "The page cannot be found" (only fckeditor control, other control can use).
Please help me, thank you.
Sorry my English is not well.
This is my fckconfig.js
Re: How to deploy fckeditor for asp.net website?
2,copy fckeditor directory to your 'WebSite' directory
3,download the 'FredCK.FCKeditorV2.dll' file to reffrence to your website
4,set 'web.config' file like this
/*-----------------------------------------------------------------------------------------------------*/
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/uploads/FckFiles/"/>
</appSettings>
<connectionStrings/>
<system.web />
/*-----------------------------------------------------------------------------------------------------*/
5,set your fckconfig.js