New Post: Create a IIS Log Using MSBuild Script
Hi, I am using MSBuild script to deploy the application in IIS7, successfully deploy the application, but IIS log is not created any one knows please help me. This is very urgent application in...
View ArticleNew Post: Create a IIS Log Using MSBuild Script
can you post sample code of how you are using the task
View ArticleNew Post: Create a IIS Log Using MSBuild Script
Hi,<?xml version="1.0" encoding="utf-8" ?><Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Run" ToolsVersion="3.5"><!--///////////////////////////...
View ArticleNew Post: Create a IIS Log Using MSBuild Script
Right so what do you mean by "IIS log is not created " ?
View ArticleNew Post: Create a IIS Log Using MSBuild Script
Ah, what if you use the LogDirectory property?
View ArticleNew Post: Create a IIS Log Using MSBuild Script
Hi, please tell me the syntax LogDirectory property.
View ArticleNew 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
I searched around on getting Intellisense working, and found a few pages referring to nonexisting XSD files. I then found issue #8680, which indicates that XSDs are no longer provided. The motivation...
View ArticleNew Post: On the lack of XSDs
IIRC VS intellisense breaks after using any custom task in a file, even if the task provided an XSD. If you have R#, the seem to be doing a pretty good job these days with IntelliSense for the tasks...
View ArticleNew Post: On the lack of XSDs
I don't know what R# is, but here's what I can personally verify:Issue 8680 has a (corrupted) link to here which states Unfortunately a bug exists in Visual Studio 2008 & SP1 which means that you...
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 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 Article