Hi All,,
I am using below code for 1) creating a virtual directory 2) Setting its ASPNETversion to 1.1 (I have 1.1 and 2.0 both, Wix is setting it to 2.0 if I am not using WebApplicationExtension, so I need to explicitly set it to 1.1 ) 3) Set some properties (Read, Write etc) <iis:WebVirtualDir Id='ABCWebsite' Alias='a/b/ABCWebsite' WebSite='DefaultWebSite' Directory='dir_ABCWebsite' > <iis:WebApplication Id='ABCWebsite' Name='ABCWebsite' > <!--Set aspnet version--> <iis:WebApplicationExtension Extension="*" CheckPath="yes" Script="yes" Executable="[FRAMEWORKROOT]v1.1.4322\aspnet_isapi.dll" Verbs="GET,HEAD,POST" /> </iis:WebApplication> <iis:WebDirProperties Id="prop_ABCWebsite" AnonymousAccess="yes" Execute="yes" Read="yes" Script="yes" Write="yes" /> </iis:WebVirtualDir> Now the problem is whenever I am trying to access the Virtual Directory, it is giving me error " http 500 internal server error PAge can not be displayed". But when I open the virtual directory properties and set it manually to 2.0 and revert back to 1.1, click on apply...Its working. This might be issue that the ASPNETversion changes using WebApplicationExtension doesn't get reflected. Anyone have any idea, please help Thanks Jaspreet Singh ________________________________ ***The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review,retransmission,dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.*** ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users