-
Posted to
Web Deployment Tool (MS Deploy)
by
Sader
on
10-13-2008, 9:26 AM
Hi all,
found the solution for both problems.
when you run the migration command with the -debug option. then you will get the error as in my earlier post(s).
The fix:
open the 'microsoft.web.deployment.config' disable rule MigrateAnonymousUser
-
Posted to
Web Deployment Tool (MS Deploy)
by
Sader
on
10-10-2008, 10:50 AM
I fixed this error by disable the 'script source acces' on the home directory tab.
But the following error appears at the next stap:
Action: Adding child metaProperty (/lm/w3svc/1017621628/root/AccessFlags)
Fatal: Object reference not set to an instance of an object.
Debug: System.NullReferenceException: Object reference not set to an ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Sader
on
10-09-2008, 2:18 AM
yaminij,
Thanks for the reply. the problem in the other form did not pass the 'AnonymousUserPass'.
My problem is that the migration to arrchive directory stucks on: DirBrowseFlags
first line: Action: Adding archiveDir (archiveDir)
........
Action: Adding child metaProperty (root/AccessFlags)
Action: Adding child metaProperty ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Sader
on
10-08-2008, 5:49 AM
Hi all,
When I run the following command:
msdeploy -verb:migrate -source:metakey=lm/w3svc/145273373 -dest:archivedir=d:\w3svc\12 -failureLevel:Never
I get the error Fatal: Object reference not set to an instance of an object. What does it mean.....
Also running the command include: -whatif -verboseLevel:Informational ...