New Post: IIS7 application authentication
I've forked the source and added the following to the end of the foreach loop in IIS7Website.ProcessApplications():this.LogTaskMessage(string.Format(CultureInfo.CurrentCulture, "Setting additional...
View ArticleNew Post: Iis7AppPool Start throws COMException
I was getting a COMException: The object identifier does not represent a valid object from the Start action of the Iis7AppPool task. Google suggests this might be to do with the Windows Process...
View ArticleNew Post: On the lack of XSDs
Thanks for the feedback. R# details are here. There is no plan or capacity to invest in xsd's again, but rather on new tasks and improvements to the existing. Mike
View ArticleNew Post: Iis7AppPool Start throws COMException
Yes I've heard of this. Thanks for the fix. What do you think of the following. I've increased the sleep to 1 second and removed the contains check as this won't work on non-english systems. I'm also...
View ArticleNew Post: On the lack of XSDs
Ahhh, "Resharper". I've heard of that, but never as "R#". What do you mean by "invest in xsds"?
View ArticleNew Post: On the lack of XSDs
Ah I always use that. see the logo: http://www.jetbrains.com/img/logos/logo_resharper.gif By invest I mean no effort spent in creating, maintaining, documenting etc...
View ArticleNew Post: On the lack of XSDs
Wait, you mean you create the XSDs by hand? Ouch! I just wrote a program to do it automatically. It uses reflection and the .xml doc files. It needs some work, but the results were pretty good for...
View ArticleNew Post: On the lack of XSDs
No it was automated but the bug and little usage meant it was cut.
View ArticleNew Post: Create a IIS Log Using MSBuild Script
Hi Mikefourie, Please tell me the sample syntax for LogDirectory property.This is very urgent application in production. Thanks & Regards, Ramesh Kumar K
View ArticleCreated Issue: Twitter task may need updating [11576]
twitter has changed it's API to version 1.1
View ArticleCreated Issue: Iis7AppPool Start throws COMException [11577]
I was getting a COMException: _The object identifier does not represent a valid object_ from the Start action of the Iis7AppPool task. Google suggests this might be to do with the Windows Process...
View ArticleNew Post: Iis7AppPool Start throws COMException
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, #82661
IIS7\IIS7AppPool.cs: Implement StartAppPoolWithRetry logic
View ArticleCommented Issue: Iis7AppPool Start throws COMException [11577]
I was getting a COMException: _The object identifier does not represent a valid object_ from the Start action of the Iis7AppPool task. Google suggests this might be to do with the Windows Process...
View ArticleSource code checked in, #82662
IIS7\IIS7AppPool.cs: Implement StartAppPoolWithRetry logic (3.5 codebase)
View ArticleClosed Issue: Iis7AppPool Start throws COMException [11577]
I was getting a COMException: _The object identifier does not represent a valid object_ from the Start action of the Iis7AppPool task. Google suggests this might be to do with the Windows Process...
View ArticleNew Post: Iis7AppPool Start throws COMException
Resolved here: http://msbuildextensionpack.codeplex.com/workitem/11577
View Article