S C-4 wrote:
> 
> I am attempting to set the version of the ASP.NET runtime in my WiX v3
> wxs. 
> In the IIS 6 MMC, getting Properties on the default web site and choosing 
> the "ASP.NET" tab gives a dropdown with the available runtimes, it default 
> to 1.1 on most systems; I need to set that to 2.0 within my .wxs, how to
> do?
> 
> Thanks.
> 
> 

There are some older posts that refers to that problem, you can search the
forum for asp.net set, and those will appear.  here i found 2 ways of work
that problem up. One was spawning aspnet_regiis.exe by a custom action
means, and the other was registering each one of the extensions by
WebApplicationExtension. The easiest and "politically correct" (that's an
expert opinion, really I'm a newbie so, I dont know) is spawning
aspnet_regiis.exe. A forum describing more in detail is at:
http://www.nabble.com/Setting-IIS-ASP.NET-version-tf1645225.html#a10190875
http://www.nabble.com/Setting-IIS-ASP.NET-version-tf1645225.html#a10190875 

Just an observation... be sure that you schedule the property custom action
before the aspnet_regiis customaction...

hope it helps
Jose
-- 
View this message in context: 
http://www.nabble.com/IIS-Setup-for-ASP.NET-Runtime--tf3723813.html#a10424458
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to