Hello, i have just installed the trial version to test and created some users. When a user (or admin) trys to delete a folder the folder is deleted and the user is logged out. Is there a workaround for that?
Mike Verboom
10/13/2010 7:25 AM
Hi Mike,
This is a known problem with ASP.NET which seems to be fixed in ASP.NET 4.0.
ASP.NET recycles the AppDomain when a change is made under the application folder. However it should exclude App_Data subfolder from this monitoring because the changes in this folder are not related to ASP.NET configuration.
By default, a root folder pointing to FileVista\App_Data\testfolder subfolder is used when you first configure FileVista. So to get rid of this problem, you should either,
1. Keep using your existing ASP.NET version and use a new root folder which points to a folder outside FileVista application folder.
2. Install ASP.NET 4.0 and continue using the default root folder without problems.
Cem Alacayir
10/13/2010 8:25 AM
Allright, thanks for the quick reply. I moved the folder and all is fine now.
Mike Verboom
10/14/2010 1:14 AM