We are creating a Web App that requires 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).

Here is my snippet:

<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 have a workaround for this?

Thanks,
Joe
-- 
View this message in context: 
http://www.nabble.com/Windows-Authentication-not-enabled-on-Website-if-Default-Website-is-not-Enabled-tp15908002p15908002.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