Setting the ASP.NET version via MSBUILD

Posted by dovholuk on Stack Overflow See other posts from Stack Overflow or by dovholuk
Published on 2008-12-09T19:36:54Z Indexed on 2010/05/22 3:50 UTC
Read the original article Hit count: 263

Filed under:
|

I am trying to create a new website on a remote server via msbuild (I like to call it "msdeploy"). I've downloaded and used the SDC tasks, the MSBuildExtension tasks and the MSBuildCommunity tasks but I simply can't get it right.

I figure that WebDirectorySetting (from MSBuild.Community.Tasks.IIS) is my best bet but I can't find the right SettingName to pass.

I'd like to use some sort of MSBuild task to accomplish this but maybe it just doesn't exist. Custom VBS or WMI are my last resort...

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about msbuild