Noel, This
bugged me as well till I took it one step at a time. IIS6 is totally
different from IIS5 or IIS5.1, so there are a bunch of properties that are
trying to be set that fail. If
you remove the following properties from the MkIISDir and IISDirInfo task, it
will work fine. AspThreadGateEnabled:
AspThreadGateLoadHigh:
AspThreadGateLoadLow:
AspThreadGateSleepDelay:
AspThreadGateSleepMax:
AspThreadGateTimeSlice:
AspTrackThreadingModel:
AuthPersistSingleRequestIfProxy CpuAppEnabled CpuCgiEnabled RedirectHeaders UNCAuthenticationPassthrough UNCPassword UNCUsername - Also On
my Windows XP box, mkiidir works properly On
my Windows 2003 Server box, mkiisdir fails with the following error Nant.Contrib.Task.MkIISDirTask:
Error creating virtual directory, see build log
for details Exception
from HRESULT: 0x80005006 I
think the error maps back to E_ADS_PROPERTY_NOT_SUPPORTED It
could be the result of Microsoft SharePoint Portal Server locking down access
to the web site. I
excluded the directories before-hand from SharePoint management so I think it
should work. Any
suggestions? Thanks, Noel |
- [Nant-users] mkiisdir doesn't display any output Noel Gifford
- RE: [Nant-users] mkiisdir doesn't display any output Noel Gifford
- Re: [Nant-users] mkiisdir doesn't display any output Gert Driesen
- Brandon Lonac