Get Windows logon prompt when trying to upload images

Last post 01-22-2009, 2:25 PM by valox. 2 replies.
Sort Posts: Previous Next
  •  01-22-2009, 3:17 AM 47948

    Get Windows logon prompt when trying to upload images

    I have configured the editor to use sql server to store images and files according to sample cade posted elswhere on this site. This works fine in the developement environment with the integrated Visual Studio web server. On the production server with IIS6 I get a Windows login prompt when trying to upload files. If I supply a valid account the upload process starts, but the browser hangs and never finish the job. I have to kill the browser from task manager. If I cancel I get a 401 error.
     
    I guess this is some kind of security issue. I have tried to give the ASPNET and Network service permission on various places on the site, ~/uploads (which I assume is not used when files are stored in a db). Setting the CuteEditorTempPath in web.config and giving permission does not seem to help. Any suggestions? (ver 6.2)
  •  01-22-2009, 11:23 AM 47964 in reply to 47948

    Re: Get Windows logon prompt when trying to upload images

    Open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and change the following code:
     
    <CE:Uploader id="InputFile" runat="server"></CE:Uploader>
     
    to:
     
    <CE:Uploader id="InputFile" runat="server" UploadType="IFrame"></CE:Uploader>

    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-22-2009, 2:25 PM 47979 in reply to 47964

    Re: Get Windows logon prompt when trying to upload images

    Thank you, that fixed my problem!
View as RSS news feed in XML