New Post: Conditionally creating a virtual directory
Thanks mike, this is really helpful, right now pretty is not my main aim, I am pretty new to advanced msbuild having only done fairly basic scripts before now with my main function being a middleware...
View ArticleNew Post: Conditionally creating a virtual directory
I guess the current design is partly down to the fact that I tend to delete websites and create them from scratch automatically on deployments. That way i'm confident of whats there. If you are open to...
View ArticleNew Post: IIS 7.5 application pools startMode="AlwaysRunning" ?
Hello all, The end game is that I need to set startMode="AlwaysRunning" in ApplicationHost.config: <system.applicationHost> <applicationPools> ... <add name="myAppPool"...
View ArticleCreated Issue: Remote Vdir/Application Creation creates local files [9891]
When creating a virtual directory or Application on a Remote machine (Utilising the MachineName property) although the virtual directory is correctly created on the remote machine, the Iis7Website task...
View ArticleNew Post: IIS 7.5 application pools startMode="AlwaysRunning" ?
I Noticed that this setting can be changed with appcmd on 2008 R2: %windir%\system32\inetsrv\appcmd.exe set apppool "theAppPool" /startMode:AlwaysRunning So for now I will do this in an <Exec ......
View ArticleNew Post: Conditionally creating a virtual directory
Yeah the problem I have is I am using msbuild to help generate a site some of which is pre-created by sharepoint, and so under certain circumstances it is still there. I have also spotted a problem in...
View ArticleCommented Issue: Remote Vdir/Application Creation creates local files [9891]
When creating a virtual directory or Application on a Remote machine (Utilising the MachineName property) although the virtual directory is correctly created on the remote machine, the Iis7Website task...
View ArticlePatch Uploaded: #10933
krystan has uploaded a patch. Description:Called GetManagementScope("\\root\\cimv2"); to populate the Scope property in BaseTask, without this there is no management scope for IIS7Website and certain...
View ArticleNew Post: IIS 7.5 application pools startMode="AlwaysRunning" ?
This is an iis7.5 only feature. There isn't anything in the extension pack to handle it at the moment.... will add it... Mike
View ArticleCreated Feature: IIS 7.5 application pools startMode="AlwaysRunning" ? [9896]
Discussed here: http://msbuildextensionpack.codeplex.com/discussions/280676Hello all,The end game is that I need to set startMode="AlwaysRunning" in ApplicationHost.config:...
View ArticleNew Post: IIS 7.5 application pools startMode="AlwaysRunning" ?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleSource code checked in, #71761
IIS7\IIS7Website.cs: Fix to aquire scope. Resolves #9891 (Remote Vdir/Application Creation creates local files) raised by kryston on 25 Nov 2011
View ArticleClosed Issue: Remote Vdir/Application Creation creates local files [9891]
When creating a virtual directory or Application on a Remote machine (Utilising the MachineName property) although the virtual directory is correctly created on the remote machine, the Iis7Website task...
View ArticlePatch Applied: #10933
mikeFourie has applied patch #10933. Comment:http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/71761
View ArticleNew Post: Conditionally creating a virtual directory
@mike, I've never seen this task action AddApplication for Iis7Website. Is this in dev? Just saw this thread, so I might have jumped into the middle of the conversation.
View ArticleSource code checked in, #71808
IIS7\IIS7Website.cs: Add Force property to AddApplication and AddVirtualDirectory.
View ArticleCommented Feature: Using Iis7Application with TaskAction="Create"? [9718]
Discussed here: http://msbuildextensionpack.codeplex.com/discussions/272556Basically we need better control when creating a website with applications and we need some actions on the iis7Application...
View ArticleNew Post: Conditionally creating a virtual directory
krystan, see http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/71808. this supports a Force property now. if you specify it it will remove the existing item and replace it with...
View ArticleCreated Issue: AsyncExec executes target twice [9903]
in Task:MSBuild.ExtensionPack.Framework.AsyncExecmethod Execute(), there is a bug at the very last loop:Process.Start(GetCommandLine(str2)).Start();Start is invoked 2 times.
View Article