Re: Problem with client files in virtual directory

  •  06-27-2007, 10:04 AM

    Re: Problem with client files in virtual directory

    Adam,
     
    You are my hero.
     
    IT WORKS.
     
    Guys here's what I did.
     
     
    you'll notice the new .dll is 580 KB and dated June 27, 2007
     
    work with it in your project.
     
    Take the new client files and plop them into your virtual directory and create the virtual directory for the project in IIS.
     
    add this line to your web.config (I am working in vs 2005 and .NET v2) - my virtual directory is named "CuteSoft_Client" - the web.config entry tho needs to point to the "CuteEditor" root
     

    <appSettings>

    <add key="CuteEditorDefaultFilesPath" value="~/CuteSoft_Client/CuteEditor" />

    </appSettings>
     
     
     
     
View Complete Thread