|
 |
aspx_espanol thread: un problemon
Message #1 by consultas@e... on Wed, 18 Dec 2002 17:07:17 -0500
|
|
aspnet_regiis.exe [-i | -u[a] | -r | -s[n] <path> | -k[n] <path> | -lv | -lk
| -c | -e[a] | -?]
-i - Install current version of ASP.NET. Same as running
regsvr32.exe <dll>
-s <path> - Install current version in the specified path recursively
E.g. aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1
-sn <path> - Same as -s, except it is non-recursive
-r - Install current version in all the Scriptmaps in IIS metabase.
It will replace any version of ASP.NET in all IIS Scriptmaps.
However, the replaced versions will remain installed
on the machine
-u - Uninstall current version of ASP.NET. Same as running
regsvr32.exe -u <dll>
-ua - Uninstall all versions of ASP.NET
-k <path> - Remove all versions of ASP.NET from the scriptmap of the
specified path recursively
E.g. aspnet_regiis.exe -k W3SVC/1/ROOT/SampleApp1
-kn <path> - Same as -kn, except it is non-recursive
-lv - List all the versions that are installed, together with status
and path. Status: Valid[ (Root)]|Invalid
-lk - List all the path of all IIS keys where ASP.NET is installed,
together with the version. Please note that keys that inherit
ASP.NET from its parent will not be displayed
-c - Copy the client side script files of the current version to the
aspnet_client subdirectory of each existing website
-e - Remove the client side script files of the current version from
the aspnet_client subdirectory of each existing website
-ea - Remove the client side script files of all versions from the
aspnet_client subdirectory of each existing website
-? - Print this help
----- Original Message -----
From: <consultas@e...>
To: "ASP.Net en Espaņol" <aspx_espanol@p...>
Sent: Thursday, December 19, 2002 11:08 AM
Subject: [aspx_espanol] Asunto: Re: un problemon
Hola Raul, yo solo ejecute el aspnet_regiis.exe -i y funciono,
>aspnet_regiis.exe
-c para que sirve, y la verdad es que tampoco se para que sirve -i. para
que sirven estos parametros -i -c ?. que mas parametros tiene este
ejecutable?
Muchas GRacias
JJ
|
|
 |