Medium Trust / Rackspace Cloud

Last post 11-23-2010, 8:40 PM by cutechat. 7 replies.
Sort Posts: Previous Next
  •  02-17-2010, 10:50 PM 58770

    Medium Trust / Rackspace Cloud

    Hey all,


    I'm having an issue with uploading... Here's the error:

    Cute Editor contains an uploader control which needs a temp folder to store temp files. Your temp folder (\\fs1-n02\stor2wc1dfw1\403829\webadmin.greenivymedia.com\web\content\temp) is set. However you did not grant ASPNET account (or Network Service account) read/wrtie permissions to this folder!

    I'm hosted on the Rackspace Cloud. Any help would be greatly appreciated


     

  •  02-18-2010, 3:32 AM 58775 in reply to 58770

    Re: Medium Trust / Rackspace Cloud

    are you using impersonation for the asp.net user account? If not then that will be your issue. :-)
  •  02-18-2010, 4:07 PM 58820 in reply to 58770

    Re: Medium Trust / Rackspace Cloud

    gim-matt:

    Hey all,


    I'm having an issue with uploading... Here's the error:

    Cute Editor contains an uploader control which needs a temp folder to store temp files. Your temp folder (\\fs1-n02\stor2wc1dfw1\403829\webadmin.greenivymedia.com\web\content\temp) is set. However you did not grant ASPNET account (or Network Service account) read/wrtie permissions to this folder!

    I'm hosted on the Rackspace Cloud. Any help would be greatly appreciated


     

     
    Please check the following article:

    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

  •  02-18-2010, 9:48 PM 58824 in reply to 58820

    Re: Medium Trust / Rackspace Cloud

    That article doesnt fix the problem for Rackspace Cloud clients, would be cool if you added
     
    http://cloudsites.rackspacecloud.com/index.php/How_do_I_add_impersonation_to_my_ASP.NET_site%3F
     
     to your help DB :)
  •  06-06-2010, 6:20 PM 61599 in reply to 58820

    Re: Medium Trust / Rackspace Cloud

    I'm on rackspace cloud as well and am experiencing the same problem.  I have impersonation set. The error occurs when clicking on "Browse" in the anchor popup, CuteEditor/Dialogs/SelectFile.aspx line 124

    <%= CuteEditor.Impl.FileStorage.FormatSize(secset.MaxDocumentSize * 1024)%>

    This is what I have in my web.config file:

    <configuration>
    <system.webServer>
    <modules>
    <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
    </modules>
    </system.webServer>

    <system.web>
    <compilation debug="true"/>
      <identity impersonate="true" userName="dfw\xxxx" password="xxxx" />
    </system.web>

    <appSettings>
      <add key="CuteEditorTempPath" value="\\fs2-n02\stor2wc2dfw1\432221\482041\www.xxx.tld\web\content\tmp"/>
    </appSettings>
    </configuration>

    I read in the article that the AjaxUploader needs to be used, and does the key "CuteEditorTempPath" enable it?

    Thanks,

    Dave.

  •  06-10-2010, 8:25 PM 61670 in reply to 61599

    Re: Medium Trust / Rackspace Cloud

    I fixed the problem.  The site has the following structure:

    /
    /CuteSoft_Client
    /admin

    The cute editor was being launched from /admin and the settings were in there so the cute editor wasn't getting them.

    Dave.

  •  11-19-2010, 9:29 AM 65093 in reply to 61670

    Re: Medium Trust / Rackspace Cloud

    " Cloud Hosting ? It seems like everyone is talking about the wonder of cloud hosting. UnlimitedGB.com hosting provider Introduced Cloud Hosting. great service and support.It is very happy to work with such a strong proponent like unlimitedgb.com now my site is working clearly. "
  •  11-23-2010, 8:40 PM 65137 in reply to 58770

    Re: Medium Trust / Rackspace Cloud

    Hi,
     
    Please try this way ,
     
    1 - do not use <identity>
     
    2 - add these into <appSettings>
     
    <add key="CuteEditor.AjaxUploader.WindowsUsername" value="xxxxx" />
    <add key="CuteEditor.AjaxUploader.WindowsPassword" value="yyyy" />
     
    Regards,
    Terry
View as RSS news feed in XML