HTTP Error 404.3 - Not Found en Windows Vista con IIS7
Les quiero dar un TIP en un problema que tuve tratando de correr un simple “Hello World” en una página de ASP.NET 2.0 en mi Windows Vista con el IIS7.
Cuando instale mi Windows Vista, lo primero que hice fue instalar el IIS en la maquina y de una vez configurar que mis paginas de ASP.NET estuvieran enable, como lo muestra en la siguiente foto.

Bueno, después instale mi Visual Studio 2005, cuando termine la instalación lo primero que quise hacer es correr un simple “Hello World” en una página y me tiro el siguiente error:
HTTP Error 404.3 - Not Found
Description: The page you are requesting cannot be served because of the
Multipurpose Internet Mail Extensions (MIME) map policy that is configured on
the Web server. The page you requested has a file name extension that is not
recognized, and therefore is not allowed.
Bueno volví a reinstalar el IIS7 y colocando el enable en mis paginas de ASP.Net como lo muestro en la foto anterior. Volví a correr mis paginas en el IIS y de igual forma se volvía a generar el error.
Después en unos foros encontré algo muy interesante, un script que reinstala todos los componentes necesarios del IIS7 y bueno la verdad no tenía mucha opción entre correr este script o reinstalar mi VS 2005 y que creen que hice? 
Bueno les dejo este script que me soluciono todos mis problemas, yo sé que es un poco largo pero para mí funciono. Suerte!
start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI