The following command installs the script maps pointing to the ASP.NET version that is
associated with the tool to the SampleApp1 application and all of its sub-applications.
aspnet_regiis -s W3SVC/1/ROOT/SampleApp1
The following command only updates the script maps for the SampleApp1 application, without
affecting applications in subdirectories.
aspnet_regiis -sn W3SVC/1/ROOT/SampleApp1
The following command installs the ASP.NET version that is associated with the ASP.NET IIS
Registration tool and updates the script maps of all existing ASP.NET applications. Note that
only applications that are currently mapped to an earlier version of ASP.NET are affected.
aspnet_regiis -i
The following command installs the ASP.NET version that is associated with the tool, but it does
not update the script maps of existing ASP.NET applications.
aspnet_regiis -ir
The following command displays the status and installation path of all versions of ASP.NET that
are installed on the computer.
aspnet_regiis -lv
No comments:
Post a Comment