-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
07-15-2009, 11:06 AM
Check "Web Deployment Agent Service" is running on PNT-MAHDI ?
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
07-15-2009, 11:02 AM
Yes we can do this. But previously I was writing manifest file which was containing 2 metakey elements. One for application pool and one for web site. Application pool was setting properly for web site with that approach after migration. Also I was writing single ms deploy command to achieve this.But now I have to migrate application pool ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
07-14-2009, 2:26 AM
I want separate web site on IIS 7.0 for each application under "Default Web Site" on IIS 6.0.
Thanks,
Shashikant
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
07-13-2009, 12:03 PM
Thanks moshaikh. I can now change path as well as application name while migrating from IIS 6.0 to IIS 7.0.
Actually my concern is, I have all applications under Default Web Site in IIS 6.0. But after migration I don’t want these applications under Default Web Site.
I want separate Web site for each application.
I tried with following ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
07-01-2009, 2:53 AM
The issue is resolved. Thanks a lot. :) :) ;)
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
07-01-2009, 1:41 AM
Hi,
Thank you so much for all your efforts.
I tried with 1st command, it was executing successfully.
When I tried with 2nd command it was giving same exception mentioned above.I repaired MS Deploy x86 installation. I restarted 'Web Deployment Agent Service'.
AND NOW IT IS EXECUTING 2ND COMMAND SUCCESSFULLY!!!!!
I tried ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
06-30-2009, 8:35 AM
Hi,
Thanks a lot for the reply.
I have following files at location "C:\Program Files\IIS\Microsoft Web Deploy". Axnative.dll is available at the above path.
msdeployconsole.psc1
Microsoft.Web.Deployment.PowerShell.dll-Help.xml
msdeploy.exe.configsettings.example
Web Deployment Tool Documentation
Web Deployment Tool ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
06-29-2009, 8:08 AM
SuperTramp,
Can you please provide some information/updates on above post? Efforts will be greatly appreciated if you find some time to look into this.
Thanks in advance!!
Shashi
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
06-26-2009, 12:33 PM
Thank you so much for looking into this issue.I already tried with dump operation but giving same exception when I excute commands on w2k8 server to pull application from w2k3. Please find the output for above command.
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:dump ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
sasikantt_24
on
06-24-2009, 2:05 PM
Hi,
I am able to successfully migrate/sync applications from w2k3 (IIS 6.0) to w2k8 (IIS 7.0) when I run MS Deploy commands on w2k3 and using web deployment agent service of w2k8.
But when I was running MS Deploy commands on w2k8 and trying to pull application from IIS 6.0, using web deployment agent service of w2k3, I am not able to ...