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

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