I am rolling out .NET 4 to around 60 servers, and I need register the .mvc extension to run with ASP.NET on each server after the install.
Does anyone know a way to do this from the command line? Is it possible?
I looked at the aspnet_regiis tool, but it doesn't seem to promising past installing/uninstalling ASP.NET.
Thanks in advance for your help.