Cannot Create CuteEditor_Files from DLL

Last post 06-09-2004, 11:15 AM by Adam. 6 replies.
Sort Posts: Previous Next
  •  04-21-2004, 6:22 PM 696

    Cannot Create CuteEditor_Files from DLL

    I upgraded to the new version of CuteEditor, i deleted the CuteEditor_Files and the Uploads Folder from the last version, ASPNET user has FULL CONTROL Over the Folder and still i'm getting Access to the path "d:\www\MyAPP\CuteEditor_Files" is Denied 

     

    I even Added ASPNET with Full Control to the CuteSoft Editor DLL without Luck, Is there anything i can do???

     

    thanks

  •  04-22-2004, 6:53 AM 698 in reply to 696

    Re: Cannot Create CuteEditor_Files from DLL

    gtejeda wrote:

    I upgraded to the new version of CuteEditor, i deleted the CuteEditor_Files and the Uploads Folder from the last version, ASPNET user has FULL CONTROL Over the Folder and still i'm getting Access to the path "d:\www\MyAPP\CuteEditor_Files" is Denied 

     

    I even Added ASPNET with Full Control to the CuteSoft Editor DLL without Luck, Is there anything i can do???

     

    thanks

     

     

    Hi,

     

    Are you sure ASPNET has the write permissions on this folder d:\www\MyAPP\?

     

    When the first hit comes to the page, CuteEditor control will check for the needed files,images, and as it won't be there, it will create the folder and extract files from assembly. In order to save files on the server, the ASPNET account must have disk write permissions on the destination folder (d:\www\MyAPP\ ).

     

    After you extract all the files from the assembly, you don't need to assign ASPNET account write permissions to your production server.  You don't need to give ASPNET Full Control to the CuteSoft Editor DLL.

     

    Keep me post.

     


    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

  •  05-03-2004, 6:56 AM 741 in reply to 696

    Re: Cannot Create CuteEditor_Files from DLL

    Hi,

    Maybe it's just me (newbie to ASP.Net) but I get the same error :

    Access to the path "c:\inetpub\wwwroot\cEdit\CuteEditor_Files" is denied.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.UnauthorizedAccessException: Access to the path "c:\inetpub\wwwroot\cEdit\CuteEditor_Files" is denied.

    ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

    To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [UnauthorizedAccessException: Access to the path "c:\inetpub\wwwroot\cEdit\CuteEditor_Files" is denied.]
       System.IO.__Error.WinIOError(Int32 errorCode, String str) +393
       System.IO.Directory.InternalCreateDirectory(String fullPath, String path) +632
       System.IO.Directory.CreateDirectory(String path) +195
       CuteEditor.Editor.resourcedFile(String directory, String fileName) +220
    
    [FileNotFoundException: The file couldn't be accessed. This may be a security problem.]
       CuteEditor.Editor.resourcedFile(String directory, String fileName) +464
       CuteEditor.Editor.LoadIncludeFiles() +37
       CuteEditor.Editor.OnPreRender(EventArgs e) +33
       System.Web.UI.Control.PreRenderRecursiveInternal() +62
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Page.ProcessRequestMain() +1489
    

     


    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

     

     

    What I've done is extracted the demo zip file from the site, than copied the files to the c:\inetpub\wwwroot\cEdit\ directory (bin, licenses and even spell), than added the Editor control to VS.Net, drag and drop it to the design tab and than I tried to run the index.htm and this is the error I get on every link I chose.

     

    Please advise,

    DMR

  •  05-03-2004, 11:18 AM 742 in reply to 741

    Re: Cannot Create CuteEditor_Files from DLL

    Please give ASPNET write permissions on this folder c:\inetpub\wwwroot\cEdit\  to extract files from assembly.

     

    After you extract all the files from the assembly, you don't need to assign ASPNET account write permissions to your production server.  You don't need to give ASPNET Full Control to the CuteSoft Editor DLL.

     

    Keep me post.

     


    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

  •  05-06-2004, 5:03 PM 767 in reply to 742

    Re: Cannot Create CuteEditor_Files from DLL

    Hate to sound like a dummy, but I could sure use a tip or two on HOW to give asp.net write permissions to the directory.  I've been tinkering for some thime, but I can't seem to get it to run.  Access is still denied.

  •  05-06-2004, 5:12 PM 768 in reply to 767

    Re: Cannot Create CuteEditor_Files from DLL

    To add Permissions for the ASP.NET user account:

     

    Use Explorer to find the folder listed in the error message. (eg. Access denied to d:\webs\mydomain)


    Right-Click to view Properties on this folder, then click the Security Tab.


    Add the ASP.NET Machine Account User, check the boxes to give the user write permissions. Check to allow propagation.


    Reload the web-based page to continue.


    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

  •  06-09-2004, 11:15 AM 964 in reply to 768

    Re: Cannot Create CuteEditor_Files from DLL

     

    No Access is denied any more!

     
    The previous version we use the Embedding resources to deploy the files. At run-time, when the first hit comes to the page, CuteEditor control will check for the needed files,images, and as it won't be there, it will create the folder and extract files from assembly.
     
    In order to save files on the server, the ASPNET account must have disk write permissions on the destination folder. We received lots of feedbacks and compaints about the feature because it needs to give ASPNET account write permission to the server. If the ASPNET account doesn't have disk write permissions on the destination folder, the user will get an Access is denied error message.

    We abandoned the Embedding resources idea completely in the version 3.0. Now the CuteEditor can be installed by simply copying the required files to the target machine.
     

     Deployment the CuteEditor for .NET


    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