Detecting when ASP is not registered with IIS
Posted: Mon Oct 22, 2007 2:45 pm
Is there any way with IA to detect when the ASP.NET Web Service Extension v 2.0 is not enabled in IIS. I'm working on an installer for a web app that requires ASp>Net 2.0 to be in place. If IIS is installed after the .NET Framework, then ASP.NET will not be available with IIS until the user runs aspnet_regiis.exe -r. I would like to do a check and possibly run aspnet_regiis if needed.