Well if you're creating a website versus using an existing one, then pretty 
much all of your IIS authoring needs to be in components.  That's a pretty 
unusual pattern in practice.  Usually, my app pool, virtual directory, and web 
applications authoring is in components but I use the website elements only to 
identify an existing website.

In any case, I'm not seeing any components at all in your sample which would 
create a host of issues.

--
John Merryweather Cooper
Build & Install Engineer – ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com 



-----Original Message-----
From: Nageswara Rao [mailto:nagmittapa...@gmail.com] 
Sent: Friday, September 21, 2012 5:24 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to create a website with HTTPS using WIX


Hi Team, 

Could you please let me know how to create a website with HTTPS and below is 
the code, what I am working 

<util:User Id="AppPoolUser" CreateUser="no" Domain="DOMAIN"
Name="[APPPOOLUSER]" Password="[APPPOOLPWD]" RemoveOnUninstall="yes"/>
                  <iis:WebAppPool Id="AppPoolId" Name="AppPool"
Identity="other" User="AppPoolUser" RecycleMinutes="600"
ManagedPipelineMode="integrated"/>
                                   <iis:WebSite Id="ID"
Description="APP-IT1" AutoStart="yes" Directory="INSTALLLOCATION"
StartOnInstall="yes" WebApplication="WebAppID">
                    <iis:WebAddress Id="Webadreess" Port="8080" IP="*"
Header="[HOSTNAME]" Secure="yes"/>
                                       </iis:WebSite>  

I was able to create a website with HTTPS from the above but when I try to 
access it from IIS, it’s not accessible. I believe we should add SSL 
certificate to website to make it run. Please let me know how we can create 
that SSL Certificate from WIX and make website accessible with “HTTPS” 




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-create-a-website-with-HTTPS-using-WIX-tp7580728.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to