Deployment Question

Last post 01-14-2008, 4:08 AM by Adam. 3 replies.
Sort Posts: Previous Next
  •  11-23-2007, 2:25 PM 35344

    Deployment Question

    Can't figure out how to deploy the client in a shared location on the web server and have the virtual web sites share it...  Too much overhead on the server to put the client in every virtual web site...


    Matt
  •  11-23-2007, 5:51 PM 35346 in reply to 35344

    Re: Deployment Question

    Please follow the steps below:
     
    1. Copy the files under CuteEditor to the target directory.
     
    2. Map the directory in IIS as a virtual directory only (not application).
     
    3. Add the following entry into your web.config.
     
    <add key="CuteEditorDefaultFilesPath" value="~/editor" />
     
    Hope it helps.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  01-09-2008, 3:06 PM 36222 in reply to 35346

    Re: Deployment Question

    I'm replying on this thread because the above steps are not helping me.
    I have added the key to my web.config pointed to the correct virtual directory.
     
    The error i am receiving is: <A Runtime error has occurred>
    Debugging into it:
    Microsoft JScript runtime error: Object expected
    onload="CuteEditorInitialize('CE_Editor1_ID',{'_ClientID':'CE_Editor1_ID','_UniqueID':'Editor1','_FrameID':'CE_Editor1_ID_Frame','_ToolBarID':'CE_Editor1_ID_ToolBar','_CodeViewToolBarID':'CE_Editor1_ID_CodeViewToolBar','_HiddenID':'Editor1','_StateID':'Editor1$ClientState','_PostBackHandlerID':'Editor1$PostBackHandler','_TemplateUrl':'/WebApplication1/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=http%3a%2f%2flocalhost%2fwebapplication1%2fdefault1.aspx','Culture':'en-US','Theme':'Custom','ResourceDir':'/WebApplication1/CuteSoft_Client/CuteEditor','ActiveTab':'Edit','ToggleBorder':'True','FullPage':'False','ContextMenuMode':'Default','EnableBrowserContextMenu':'True','EnableContextMenu':'True','FocusOnLoad':'False','ConvertHTMLTagstoLowercase':'True','RemoveTBODYTag':'False','AllowEditServerSideCode':'False','EnableAntiSpamEmailEncoder':'True','EnableStripScriptTags':'True','MaxHTMLLength':'0','MaxTextLength':'0','TabSpaces':'3','ResizeStep':'100','BreakElement':'Div','URLType':'Default','EmptyAlternateText':'ForceAdd','ServerName':'localhost','AllowPasteHtml':'True','EncodeHiddenValue':'True','UseSimpleAmpersand':'False','UsePhysicalFormattingTags':'False','EnableObjectResizing':'True','MaintainAspectRatioWhenDraggingImage':'True','UseFontTags':'False','RenderRichDropDown':'True','EditorOnPaste':'ConfirmWord','PostBackScript':'__doPostBack(\x27Editor1$PostBackHandler\x27,\x27\x27)','HelpPath':'/WebApplication1/CuteSoft_Client/CuteEditor/Help/default.htm','PrintFullWebPage':'False','ReadOnly':'False','EditCompleteDocument':'False','DOCTYPE':'','BaseHref':'','EditorBodyStyle':'','DNNArg':'','EditorSetting':'!3wEWAgUFZW4tdXMFAyRhMSC9ILl27bkfY!3FGZ4PvO2e!3pulG'})"
    is where the error is.
     
    If i remove it from virtual path and just put the CuteEditor directory where the virtual path was pointing to it works fine. But i need it to work using virtual directories. Any suggestions on what i need to do or am missing?
     
    Thanks!
  •  01-14-2008, 4:08 AM 36281 in reply to 36222

    Re: Deployment Question

    Please make sure the following step is implemented correctly:
     
    2. Map the directory in IIS as a virtual directory only (not application).

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML