« Previous Next »
Last post 09-10-2008 12:47 AM by seraph5186. 5 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (6 items)
Sort Posts: Oldest to newest Newest to oldest
I am trying to automate the install of a program in IIS 6. It runs with .Net 1.1, where other programs use 2.0. I created the web site with the iisweb tool and the app pool to run it in with adsutil. However, I haven't found a way to programmatically set the .Net version of the site to 1.1 or to set the site's app pool. I'm game for either command-line options or writing a vb script to do it. Thanks for any help.
aspnet_regiis.exe is the ticket.
http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
It's located in c:\windows\microsoft.net\framework\version#
look at aspnet_iisreg -s
we use aspnet_regiis -sn for updating to v2 framework for a specific directory