|
Rank: Newbie Groups: Member
Joined: 8/12/2008 Posts: 3 Points: 0 Location: 33147687
|
Hi,
I tried installing the trial version of MyLittleBackup, but I get an error:
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 43: --> Line 44: Line 45: <machineKey Line 46: validationKey="5C7EEF6650639D2CB8FAA0DA36[...]39BF" Line 47: decryptionKey="DC47E74EA278F789D2FF0E412AD840A89C10171F408D8AC4"
Source File: c:\inetpub\wwwroot\mssqlbackup\web.config Line: 45
Any ideas what may be causing this error?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
You forgot to configure myLittleBackup virtual directory as an application in IIS.
Regards
|
|
Rank: Newbie Groups: Member
Joined: 8/12/2008 Posts: 3 Points: 0 Location: 33147687
|
Thank you. That fixed the issue. Now one more...
While testing the backup feature, I get an error as well:
.Net SqlClient Data Provider
Cannot open backup device 'C:\dbbackup\WINDOWS_SERVER_NAME\dbname\dbname_633541219874468750.bak'. Operating system error 3(The system cannot find the path specified.). BACKUP DATABASE is terminating abnormally.
USE [master] GO
BACKUP DATABASE [dbname] TO DISK='C:\dbbackup\WINDOWS_SERVER_NAME\dbname\dbname_633541219874468750.bak' WITH NAME=N'Test' , DESCRIPTION=N'Testing the backup' , SKIP , NOUNLOAD , STATS = 10
Also another error is with the restore. I get the following error:
Compiler Error Message: CS0433: The type 'Telerik.WebControls.RadProgressManager' exists in both 'c:\windows\assembly\GAC\RadUpload\2.3.0.0__b4e93c26a31a21f0\RadUpload.dll' and 'c:\windows\assembly\GAC_MSIL\RadUpload.Net2\2.3.0.0__b4e93c26a31a21f0\RadUpload.Net2.dll'
Any ideas?
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Hi
Error 1: this error comes from a bad configuration (config.xml) or a permission issue. I need to check your config.xml file and have more info on your network config to help you.
Error 2: it looks like you registered both 1.1 and 2.0 versions of RadUpload component into the GAC. Remove the version you do not use from the GAC.
Regards
|
|
Rank: Newbie Groups: Member
Joined: 8/12/2008 Posts: 3 Points: 0 Location: 33147687
|
I give up. Was not able to make it work. Thanks anyways.
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Thanks to contact me directly by MSN (support [at] mylittletools.net) or with our live chat system so that I can help you configure MLB ...
|
|
Guest |