i'm using visual studio 2010 with database 2008, i integrate fckeditor with my application. it works fine when i debug in visual studio. but when i deploy it. and place it in tintput folder , fckeditor didn't shows up. it is finding fckeditor in wwwroot
forlder but i placed it in wwwroot/website/ folder
can any one know where to set the fckeditor path?
i'm getting following error:
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error InformationModule IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL http://localhost:80/fckeditor/editor/fckeditor.html?InstanceName=txtdescription&Toolbar=Default
Physical Path C:\inetpub\wwwroot\fckeditor\editor\fckeditor.html
Logon Method Anonymous
it is tring to find C:\inetpub\wwwroot\fckeditor\ even though fckeditor placed in C:\inetpub\wwwroot\mywebsite\fckeditor\
Member
7 Points
187 Posts
Fckeditor not showing after deploy
Aug 26, 2011 06:35 AM|delickate|LINK
hi,
i'm using visual studio 2010 with database 2008, i integrate fckeditor with my application. it works fine when i debug in visual studio. but when i deploy it. and place it in tintput folder , fckeditor didn't shows up. it is finding fckeditor in wwwroot forlder but i placed it in wwwroot/website/ folder
can any one know where to set the fckeditor path?
i'm getting following error:
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error InformationModule IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL http://localhost:80/fckeditor/editor/fckeditor.html?InstanceName=txtdescription&Toolbar=Default
Physical Path C:\inetpub\wwwroot\fckeditor\editor\fckeditor.html
Logon Method Anonymous
it is tring to find C:\inetpub\wwwroot\fckeditor\ even though fckeditor placed in C:\inetpub\wwwroot\mywebsite\fckeditor\
Contributor
6472 Points
1575 Posts
Re: Fckeditor not showing after deploy
Aug 26, 2011 06:55 AM|princeG|LINK
First you need to check your all reference regarding Editor.
and check here: http://oldforum.symfony-project.org/index.php/t/13393/
Other Solution Ajax Html Editor
Member
7 Points
187 Posts
Re: Fckeditor not showing after deploy
Aug 26, 2011 07:25 AM|delickate|LINK
Thanks princeG,
My all references are correct, I've found the solution. I just set the base path in fckeditor attribute and it works.
Anyways thanks for all assistance.
Best regards