Deploying asp.net application(.Net4.0) package on to IIS 6.0

Posted by Vinod.Nair on Stack Overflow See other posts from Stack Overflow or by Vinod.Nair
Published on 2011-02-24T21:18:49Z Indexed on 2011/03/12 8:10 UTC
Read the original article Hit count: 242

Hi ,

I have created a asp.net application project in Visual Studio 2010 (.net 4.0). I had published it using Project-> Build Deployment Package. It generated .zip file along with files having extension " .deply.cmd", ".SetParameters.xml", ".SourceManifest.xml" and readme.txt, in Application (obj\Release\Package) folder

My intension is to host the package on test server which has IIS6.0, Windows Server 2003 R2 x64 Edition service pack 2. It has .net 4.0.

I tried by running the cmd file but its showed me an message as below:

ERROR: The system was unable to find the specified registry key or value. msdeploy.exe is not found on this machine. Please install Web Deploy before execute the script.

any help pl....

© Stack Overflow or respective owner

Related posts about web-deployment-project

Related posts about vb.net-2010