PDA

View Full Version : Bug in create iis virtual directory


psulek
05-15-2008, 03:02 AM
Create Virtual Directory -> tab Directory -> Application Settings, Edit -> Application extensions, Add -> field Verbs is always replaced with value from field Executable.

Lets say i have value c:\windows\microsoft.net\framework\v2.0.50727\aspn et_isapi.dll in field Executable, and value POST,GET in verbs, click OK on dialog, than click Edit on this extension and in Verbs there isnt value POST,GET but value from field Executable.

6491

Lorne
05-15-2008, 09:36 AM
Thanks psulek, I've logged that to be fixed. REF: 17413

psulek
05-23-2008, 02:27 AM
When it will be fixed and published to download?
With this bug i cannot finish my work task to complete our setup.

Lorne
05-23-2008, 04:17 PM
According to our tracking database that fix is still pending. We don't have an ETA for the next release yet, but there are some bugs we want to fix ASAP, so hopefully it won't be too long.

As a workaround in the mean time you could output to WiX, edit that part of the XML to correct the verb, and then run the setup.bat file to complete the build.

psulek
05-23-2008, 04:26 PM
Thanx, i'll do it that way.