-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently running Visual Studio Team System 2010 RC and I'm trying to get the Build Service setup to build my solution and deploy 3 web applications in it. I've created a custom build configuration called Integration and I've setup the "IIS Web site/application name to use on the destination…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are running into an error when trying to use the MSDeploy "runCommand" provider to execute a .cmd file on a remote machine. The expected run time should be about 10 seconds, but MSDeploy only runs it for about 2-3 seconds, after which time error details are returned.
Here is the complete MSDeploy…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We have 19 websites, many of which have many "virtual" directories, on a IIS 6 server. I am trying to migrate the whole thing over to IIS 7 on a different server.
Following the instructions on http://learn.iis.net/page.aspx/427/migrate-a-web-site-from-iis-60-to-iis-70/ I attempted the following…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Just moved to vs2010 and found that deployment is quite different.
The old way I did things (vs2008) was as follows:
1) I right-click on my web app and "Add web deployment project"
2) Start a web setup project, dump that web deployment project output in it, and add any custom installer actions (connection…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to use Web Deploy to deploy a site where the Site is rooted on a UNC path instead of a local drive. This is because I want to have a shared configuration, and have all servers point to the same UNC for content. That would allow me to deploy to one server and have all servers updated at…
>>> More