Filevista control

Great Job, guys and girls. I have one problem I cannot upload, I get IIS 500 error. I have set the permissions for everyone the local asp.net account to full.
I can create directories in my root folder.
<GleamTech:FileVistaControl ID="FileVistaControl" runat="server" style="width: 800px; height: 600px" Language="de-DE" UploadTempFolder="C:\fredb\WebFileManager\App_Data\upload" LicenseKey="">
        <RootFolders>
            <GleamTech:FileVistaRootFolder Name="Freds Folder" Path="C:\fredb\WebFileManager\App_Data\Fred_Root" Permissions="Full" />
        </RootFolders>
    </GleamTech:FileVistaControl>   



can we move files from one folder to another


Regards,
Fred
Fred Besterwitch 10/30/2007 6:39 PM
Hi Fred,
Thanks for your interest in the control.
The upload module will fail when you run the project with VS 2005 ASP.NET Development Server. This small web server differs in some ways than IIS so some IIS dependant code in upload module fails.

You will see that it will work when you run your project directly under IIS.

Let me know.
Cem Alacayir 10/30/2007 7:10 PM
Worked Like a dream.

thank you 
Fred Besterwitch 10/30/2007 7:30 PM