-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
09-02-2009, 4:48 PM
Thanks all of you, really appreciate your helps!
I will mark this one answered now, and will contact you guys late.
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-31-2009, 6:12 PM
Thanks you for your response, it is because people like you, we have more faith in Microsoft product now :-)
I am looking forward to your good news on any other possible option.
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-29-2009, 1:48 PM
Thanks faith, really appreciate your response. unfortunately, TFS buried the MSDeploy command in a mass and messy monster-like TFS build log , it will be challenge to manipulate the log file.
Beating a dead horse one more time, is there any chance that encryptPassword (or any other rule, configuration) can help? our ultimate solution is to ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-27-2009, 9:24 PM
Wow, you rock! I am really amazed by your knowledge!
It sounds like a great solution, it makes me more eagerly pushing for w2K8 now :-)
We has been using TFS +MSDeploy (Beta 2 ) as our web publishing tool for over 6 months now. I can't say enough about the overall stratification level but our network security folks hate us to ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-27-2009, 4:27 AM
It will be great if there is a special mode where the agent doesn't need admin access.
We are running MSDeploy within TFS build script, it is amazing useful tool, but TFS spool out all comments in clear text, if anyone get hold of log file, it will be able to obtain admin access which posts a huge security risk.
Thanks again.
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-26-2009, 1:18 AM
We are able to configure MSDeploy to publish our sites into DMZ via MSdeploy agent with following syntax
MSDeploy.exe
-verb:sync
-source:contentPath=c:\TestSource -dest:contentPath="e:\TestDest,computername=http://MyServer.MyCompany.com/MSDEPLOY2,username=mydomain\myId,password=myPassword
But the problem is that we have to grant ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-24-2009, 5:46 PM
Thanks!
[quote user="moshaikh"]
encryptPassword is not meant for that. The encryptPassword setting specifies a password to control access to encrypted properties in IIS configuration (for example, an application pool).
You can read more about it here
The solution for you is to give admin permissions on the remote servers that the ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-19-2009, 12:16 PM
Would someone please show me how to use encryptPassword?
We have batch command ascomputername=x.x.x.x,userName=user1,password=password How can I replace it with something like computername=x.x.x.x,userName=user1,encryptePassword=**Any help will be greatly appreciated,
Step-by-step configuration will be great!
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-17-2009, 12:12 PM
Thanks, however, our remote server is running on different domain which requires credential being passed.
encryptPassword looks very promising, but I am lost in the document on that function.
-
Posted to
Web Deployment Tool (MS Deploy)
by
renewbeie
on
08-14-2009, 8:18 PM
I'd like to know is there anyway to hide the password from MSDeploy command.I am using something like
computername=x.x.x.x,userName=user1,password=password
It is clear text in my script and log file, we are required to change it asap. any help will be greatly appreciated.