Monday, November 22, 2010

How to determine the install directory of ASP.NET aspnet_regiis.exe ?

here is a cool tip to find the installed install directory of ASP.NET aspnet_regiis.exe

string aspNetInstallDir = HttpRuntime.ClrInstallDirectory;

No comments: