Tool | Description |
|---|
ASP.NET Compilation Tool (Aspnet_compiler.exe) | Allows an administrator to precompile an ASP.NET application, either in place or for deployment. |
ASP.NET Browser Registration Tool (Aspnet_regbrowsers.exe) | Allows an administrator to create new browser definitions. |
ASP.NET IIS Registration Tool (Aspnet_regiis.exe) | Allows an administrator or installation program to update the scriptmaps for an ASP.NET application to point to the ASP.NET ISAPI version associated with the tool. You can also use the tool to perform other ASP.NET configuration operations. |
ASP.NET Merge Tool (Aspnet_merge.exe) | Allows an administrator to combine and manage assemblies that are created by the ASP.NET Compilation Tool. |
ASP.NET SQL Server Registration Tool (Aspnet_regsql.exe) | Allows an administrator to create and manage SQL Server databases used for ASP.NET services such as membership, roles, and profile properties. |
Assembly Cache Viewer (Shfusion.dll) | Allows you to view and manipulate the contents of the global assembly cache using Windows Explorer. |
Assembly Linker (Al.exe) | Generates a file with an assembly manifest from one or more files that are either resource files or Microsoft intermediate language (MSIL) files. |
Assembly Registration Tool (Regasm.exe) | Reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently. |
Assembly Binding Log Viewer (Fuslogvw.exe) | Displays details for failed assembly binds. This information helps you diagnose why the .NET Framework cannot locate an assembly at run time. |
CorFlags Conversion Tool (CorFlags.exe) | Allows you to configure the CorFlags section of the header of a portable executable image. |
Global Assembly Cache Tool (Gacutil.exe) | Allows you to view and manipulate the contents of the global assembly cache and download cache. While Shfusion.dll provides similar functionality, you can use Gacutil.exe from build scripts, makefile files, and batch files. |
Installer Tool (Installutil.exe) | Allows you to install and uninstall server resources by executing the installer components of a specified assembly. |
Isolated Storage Tool (Storeadm.exe) | Lists or removes all existing stores for the currently logged-on user. |
Manifest Generation and Editing Tool (Mage.exe) and Manifest Generation and Editing Tool, Graphical Client (MageUI.exe) | Supports the creation and editing of application and deployment manifests. |
Native Image Generator (Ngen.exe) | Creates a native image from a managed assembly and installs it in the native image cache on the local computer. |
.NET Framework Configuration Tool (Mscorcfg.msc) | Provides a graphical interface for managing .NET Framework security policy and applications that use remoting services. This tool also allows you to manage and configure assemblies in the global assembly cache. |
.NET Services Installation Tool (Regsvcs.exe) | Adds managed classes to Windows 2000 Component Services by loading and registering the assembly and generating, registering, and installing the type library into an existing COM+ 1.0 application. |
Type Library Exporter (Tlbexp.exe) | Generates a type library from a common language runtime assembly. |
Type Library Importer (Tlbimp.exe) | Converts the type definitions found within a COM type library into equivalent definitions in managed metadata format. |