Tagged Questions
1
vote
1answer
159 views
WebDeploy API (IIS 7) - “public API”: resources?
Does anyone know any resources for the WebDeploy API? Has anyone used it?
I've tried asking on the official forum, and looked around the site (the one that says there's a 'Public API' but then has ...
13
votes
2answers
4k views
Can Web Deploy's setAcl provider be used on a sub-directory?
I'm trying to make a subdirectory in an MS Deploy package writable to the application pool user. Thanks to a helpful post about the setAcl provider by Kevin Leetham I was able to get most of what I ...
3
votes
3answers
1k views
What is the Visual Studio's Web Deploy “Mark as an IIS Application on destination” mean?
when I'm trying to deploy to an IIS7 website using Web Deploy, one of the options is to Mark as an IIS Application on destination.
What does this mean when have it ticked on or off?
6
votes
3answers
13k views
VS 2010 Publish using Web Deploy
I'm trying to deploy my ASP.NET MVC 3 web application using VS2010 Publish feature.
I'm using Web Deploy as Publish method, but I'm getting this error:
Error 1 Web deployment task
...
3
votes
2answers
2k views
IIS web deploy - create virtual directories?
When developing a site on VS2010/IIS 7.5, I'm using Web Deploy to publish the site from my machine to the dev site server.
The site has about 40 virtual directories, and I'd like to automagically ...