Hi,
I want to use CKEditor and CKFinder in my Asp.net MVC 3 website. But when I set in confing in CKEditor to use CKFinder and then I try in browser click on button for upload server I get this error:
I think it is because I used razor view engine. Is there anyway how can I fix this? Thanks
I want to use CKEditor and CKFinder in my Asp.net MVC 3 website. But when I set in confing in CKEditor to use CKFinder and then I try in browser click on button for upload server I get this error:
Nebylo možné správně načíst XML odpověď z internetového serveru.
Čistá odpověď od serveru:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'CKFinder.Connector.Connector'.
Source Error:
Line 1: <%@ Page Language="c#" Inherits="CKFinder.Connector.Connector" Trace="false" AutoEventWireup="false" %> Line 2: <%@ Register Src="../../../config.ascx" TagName="Config" TagPrefix="CKFinder" %>
Line 3: <%--
Source File: /Scripts/ckfinder/core/connector/aspx/connector.aspx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
I think it is because I used razor view engine. Is there anyway how can I fix this? Thanks
Re: CKFinder in Razor view engine (asp.net mvc)
Regards
Roy
Re: CKFinder in Razor view engine (asp.net mvc)
routes.IgnoreRoute("{resource}.aspx/{*pathInfo}");
Re: CKFinder in Razor view engine (asp.net mvc)
Any body can help me.
thanks