Here is the question from my WIX programmer:

"Is it preferable to call aspnet_regiis to handle the aspnet extensions
or  should the built-in wix actions be used to manually register them?" 

 

There are numerous posts on this in the mail archive like
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg03741.htm
l that point toward installing them.

 

It may be that we just assumed based on the examples and postings on
this.

 

??? - thanks - dave

 

 

 

David Thielen

www.windwardreports.com

303-499-2544 x1185

 

Cubicle Wars - http://www.windwardreports.com/film.htm

________________________________

From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Sunday, January 14, 2007 10:20 PM
To: David Thielen; wix-users@lists.sourceforge.net
Subject: RE: Re: [WiX-users] App extensions for ASP.NET

 

Where do we recommend them?

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Thielen
Sent: Sunday, January 14, 2007 9:17 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] App extensions for ASP.NET

 

Hi;

 

I asked about this on the ASP.NET forum -
http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.p
ublic.dotnet.framework.aspnet&mid=300bbbe6-1d9d-4c6a-bd6e-d56b69c4e3c1 

 

The answer I got was to not have the below in the installer. So my
question is why does the WIX team recommend them?

 

thanks - dave

 

 

________________________________

From: [EMAIL PROTECTED] on behalf of David Thielen
Sent: Fri 1/12/2007 11:38 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] App extensions for ASP.NET

Hi;

 

What is the correct settings for ASP.NET (.NET 2.0)
WebApplicationExtensions. I thought that IIS and "aspnet_regiis -i" set
this up properly by itself. I have seen lists of about 20 extensions and
I have seen:

 

<WebApplicationExtension Extension="asax" CheckPath="yes" Script="yes"
Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST,DEBUG" />

<WebApplicationExtension Extension="ascx" CheckPath="yes" Script="yes"
Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST,DEBUG" />

<WebApplicationExtension Extension="ashx" CheckPath="yes" Script="yes"
Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST,DEBUG" />

<WebApplicationExtension Extension="asmx" CheckPath="yes" Script="yes"
Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST,DEBUG" />

<WebApplicationExtension Extension="aspx" CheckPath="yes" Script="yes"
Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST,DEBUG" />

<WebApplicationExtension Extension="axd" CheckPath="no" Script="yes"
Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST,DEBUG" />

<WebApplicationExtension Extension="config" CheckPath="yes" Script="yes"
Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST,DEBUG" />

 

What is correct? And which should have CheckPath="yes"?

 

Thanks - dave

 

 

David Thielen

www.windwardreports.com <http://www.windwardreports.com/> 

303-499-2544 x1185

 

Cubicle Wars - http://www.windwardreports.com/film.htm

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to