I posted this a bit ago, but have not gotten any responses.

We create a Web App that needs WindowsAuthentication to be Enabled.
I've found that if the Default Web Site has WindowsAuthentication disabled,
then even if I specify WindowsAuthentication="yes" in my WebDirProperties,
it will not apply it as I expect (XP and Win2K3). 

This is what I have:

<WebApplication Id="MyWebsite" ClientDebugging="no" DefaultScript="JScript"
Isolation="high" Name="MySite"
xmlns="http://schemas.microsoft.com/wix/IIsExtension"; />

<WebDirProperties Id="MyWebSite"  WindowsAuthentication="yes"
AnonymousAccess="yes" Index="no" DefaultDocuments="default.htm"
LogVisits="yes" Read="yes" Script="yes" Execute="yes"
xmlns="http://schemas.microsoft.com/wix/IIsExtension"/>

Does anyone know a workaround for this?

Thank you,
Joe B
-- 
View this message in context: 
http://www.nabble.com/Windows-Auth-not-enabled-on-my-Website-when-the-Default-Website-has-Windows-Auth-Disabled-tp16048162p16048162.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to